Adam Spiers
Adam Spiers
## Error details At some point the default binding for `Ctrl-a` changed to beginning of line, so that it can no longer be used for selecting all text. According to...
*[N.B. posted a similar issue at https://github.com/anthropics/claude-code/issues/6046 since Claude Code has a very similar problem]* ## TL;DR summary **I propose a new `exec` tool which invokes subprocess commands directly, not...
## TL;DR summary **I propose a new `Exec` tool which invokes subprocess commands directly, not via bash or any other shell.** ## Rationale: `Bash` tool is inherently unsafe https://docs.anthropic.com/en/docs/claude-code/iam#tool-specific-permission-rules states:...
## Environment - Platform (select one): - [x] Anthropic API - [ ] AWS Bedrock - [ ] Google Vertex AI - [ ] Other: - Claude CLI version: 1.0.98...
For example: ``` $ which node /home/adam/.nvm/versions/node/v20.19.3/bin/node $ bun dev # run opencode ``` Now if I type `!which node` into the opencode prompt, I get `/usr/bin/node`.
I have a whole bunch of highly unconventional rebindings in my `[main]` layer for my laptop keyboard, which makes it unusable for anyone else. I would like a shortcut for...
I just discovered "Unicode combining" which to my naive eyes seems like a superior alternative to XCompose -- or perhaps at least a useful layer on top of XCompose (I'm...
**Describe the bug** It crashes every single time I try to paste a layer when configuring my Preonic. **To Reproduce** Steps to reproduce the behavior: 1. Load the site 2....
Community guidelines: - [x] I have read and understand the [contributing guidelines](https://github.com/extend-chrome/.github/blob/master/.github/CONTRIBUTING.md) and [code of conduct](https://github.com/extend-chrome/.github/blob/master/.github/CODE_OF_CONDUCT.md) This PR contains: - [ ] bugfix - [ ] feature - [ ]...
`@tenderly/hardhat-tenderly` depends directly on `@tenderly/api-client`: https://github.com/Tenderly/hardhat-tenderly/blob/df43cb51b74a4d1224dadd6642caf03c3666f498/packages/hre-extender-v2/src/setup.ts#L10-L19 However, this is not captured as a direct dependency in its `package.json`: https://github.com/Tenderly/hardhat-tenderly/blob/df43cb51b74a4d1224dadd6642caf03c3666f498/packages/hre-extender-v2/package.json#L37-L47 but only indirectly via the `@tenderly/hardhat-integration` dependency. This can lead to...