cohml

Results 45 issues of cohml

# The background The Unix pager `less` has a super useful option `+F` which behaves like `tail -f`. Specifically, it allows you to monitor the tail of a file in...

bug
pager-related

### Describe the feature Currently is no way to programmatically inspect which foundation models my account has been granted access to. Something should be added to the AWS CLI to...

investigating
feature-request
p3

# Problem description When the `--header` option is passed, lines are wrapped by default but cannot be unwrapped. `-S` no longer has any effect. # Steps to reproduce First define...

Uploading as a blank issue rather than a bug report because the problem could be on my side... But here goes. Absolutely love these colors (`:colorscheme pastelnight`)! However, when I...

bug
good first issue

- OS Version: macOS Sonoma 12.7.1 - Browser Version: Brave 1.73.101 - Browser Addon Version: 0.2.16 - Neovim Plugin Version: commit `f8a5fa6` ### What I tried to do + what...

- OS Version: macOS Sonoma 12.7.1 - Browser Version: Chrome 128.0.6613.114 (I usually use Brave 1.73.101, but `TROUBLESHOOTING.md` doesn't cover that) - Browser Addon Version: 0.2.16 - Neovim Plugin Version:...

Consider this scenario: My computer is set to dark mode. In the browser, this causes web pages which respect my system's mode to show up with a dark theme. Web...

### What? I'd love a function which can dynamically group/ungroup buffers. Concretely, this would mean Neovim starts with all tabs grouped as per config, but then executing the function would...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? `BufferLineCycleNext`/`Prev` only cycles between ungrouped buffers and open groups. Groups whose...

bug

Say I have the following JSON: ```json { "a": [ { "a": [ "a" ] } ] } ``` If I do `/a`, I'll get three matches. But what if...