Aaron Weisberg

Results 9 issues of Aaron Weisberg

Apparently `add_http_[request|response]_header` appends the new value to any pre-existing values whereas `set_http_[request|response]_header` fully overrides any previous values. Seems reasonable and intuitive. However it appears that the plural version of set...

Hey, I think it would be awesome to have the option of pulling values files over http/s and git ssh. Something like: ``` values: - https://some-url.com/master/values.yaml.gotmpl - git://[email protected]:org/repo.git//branch/path/to/values.yaml - ./local-values.yaml...

feature request

# Summary The objective is to enable controlled transitions of specific HTTP endpoint(s) from one service (legacy) to another service (new), both implementing the same HTTP API. This proposal aims...

enhancement
no-issue-activity

### Did you check docs and existing issues? - [x] I have read all the snacks.nvim docs - [x] I have updated the plugin to the latest version before submitting...

bug
stale

## Description Uses absolute path for setting the cursor ## Related Issue(s) Fixes #1818 ## Screenshots

stale
picker

## Description This PR fixes an issue where normal mode commands were being executed in terminal mode buffers. The change ensures that the command `norm! zz` is only executed if...

### Did you check docs and existing issues? - [x] I have read all the snacks.nvim docs - [x] I have updated the plugin to the latest version before submitting...

bug

### Is your feature request related to a problem? Please describe. Would be great if we can add language specific keywords as an italic font option ### Describe the solution...

## Summary - While ACP is already supported for custom IDE integrations (`IDE/ACP-> OpenCode -> LLM`), this adds support to use ACP as a backend LLM provider (`OpenCode -> ACP`)...