I hereby claim:
- I am kdeenanauth on github.
- I am kdeenanauth (https://keybase.io/kdeenanauth) on keybase.
- I have a public key ASDKK1kW13j40UzrPubmqsC4PtjI6n6jpZlLF7Bafh6kJQo
To claim this, I am signing this object:
| # Patch: live-mirror external Claude Code sessions in even-terminal | |
| `@evenrealities/even-terminal` only streams sessions it drives itself via the | |
| Agent SDK. This patch adds passive mirroring: when you open a session in the | |
| app/glasses, it tails that session's `~/.claude/projects/**/<id>.jsonl` (which | |
| the `claude` process in your own terminal appends to live) and broadcasts each | |
| new entry over SSE in the same message shapes the UI already renders. | |
| Applies to dist/ of a global install (`$(npm root -g)/@evenrealities/even-terminal/dist`). | |
| Restart even-terminal after applying. Note: dist edits are wiped on reinstall. |
| -----BEGIN PGP PUBLIC KEY BLOCK----- | |
| mQINBF4UNJwBEADO00NwkswdTxA9+p9AtrIvid+UCOZ7chsXu2UPQqovsJ30/nZL | |
| I3Yha2eZCSmMlOc+XlPut5ZZ2u61gJhin6rLVe/4qBQYX+zrG2Bmyrm8ImlaQOGj | |
| b374hV7aUHuMmzhxt/x26Urb15Kugx2PPoq1APV+sfUhQo7TMq/anJu7dZbpQ4u0 | |
| TfwRSk/RgDCcuHjc3ZDbs/Lw8r2d3PK2v2Hgl2hY1K2WV9mWT9fsgUrYQoOYv3zI | |
| ocXBVSFqE0GdFZy0l9hxRgD/EHocAnniMmrGOFiUGYUjxQF8TPW2I6HPkOzO1WqR | |
| BzKkcvu8by78PdKKPX6dFgzysixJp13EVh4oBTPOpDE5LZtgG15Kdp3X7WuhBK4K | |
| LnNT5qE3tvfSFBvvsBcp5KaYKfczU4RTTD2YQezF7gQziPeIr85DaMUK4+9RMurp | |
| nycdqh8aigc3m4AwOQwVRRkCKWkVuZIU8VGM57A+RgtTj6+8fAv2lymU/4CP6nmT |
I hereby claim:
To claim this, I am signing this object:
| >>> data = [{'col1': 'a', 'col2': 'z'}, {'col1':'b', 'col2': 'z'}, {'col1':'c', 'col2':'y'}, {'col1':'d', 'col2':'y'}] | |
| >>> data | |
| [{'col1': 'a', 'col2': 'z'}, {'col1': 'b', 'col2': 'z'}, {'col1': 'c', 'col2': 'y'}, {'col1': 'd', 'col2': 'y'}] | |
| >>> df = pandas.DataFrame(data) | |
| >>> df.groupby('col2')['col1'].apply(lambda x : x.str.cat(sep=', ')) | |
| col2 | |
| y c, d |
| class NexusRepo { | |
| static def getPyPiAssetVersions(String baseUrl, String repository, String filter) { | |
| if (filter == null) { | |
| filter = '' | |
| } | |
| def post = new URL(baseUrl + "/service/extdirect").openConnection(); | |
| def message = '{"action":"coreui_Component","method":"readAssets","data":[{"page":1,"start":0,"limit":10000,"sort":[{"property":"name","direction":"ASC"}],"filter":[{"property":"repositoryName","value":"' + | |
| repository +'"},{"property":"filter","value":"' + | |
| filter + '"}]}],"type":"rpc","tid":35}' |
| #pylint: disable=expression-not-assigned, too-many-arguments, too-few-public-methods, C0103 | |
| """xtz helps you build linear pipelines | |
| The xtz module provides an environment to easily inject dependencies, log and debug | |
| pipeline steps. | |
| Example: | |
| import logging | |
| from typing import List |
| [ | |
| { | |
| "description": null, | |
| "mode": "NULLABLE", | |
| "name": "visitorId", | |
| "type": "INTEGER" | |
| }, | |
| { | |
| "description": null, | |
| "mode": "NULLABLE", |
| [ | |
| { | |
| "description": null, | |
| "mode": "NULLABLE", | |
| "name": "visitorId", | |
| "type": "INTEGER" | |
| }, | |
| { | |
| "description": null, | |
| "mode": "NULLABLE", |