Hilmar Wiegand
Hilmar Wiegand
I noticed that my result window height would randomly resize while typing, and I narrowed it down to the calculated preview height. Currently, it searches the results for the longest...
The modifier used to directly jump to a command in the results list is currently hardcoded to alt. I was looking for a different option here since I'm already using...
### Did you check docs and existing issues? - [X] I have read all the which-key.nvim docs - [X] I have searched the existing issues of which-key.nvim - [X] I...
### Describe the bug Any widget that has a name starting with an underscore will not cause the prompt to be cleared. I'm not sure if this is intended behavior,...
**Is your feature request related to a problem? Please describe.** I've recently been contributing to a few open source projects, and I'm repeatedly in the situation that I want to...
### Version 1.25.0 ### What happened? I have a table with an enum, and I want to write a query where I can pass a list of possible enum values...
### Is there an existing issue for this? - [X] I have searched the existing issues and my issue is unique - [X] My issue appears in the command-line and...
**Describe the bug** I'm honestly not sure if this is a bug or just undocumented behavior introduced in 4.0.0, but it fills a niche my team was previously covering with...
### Description I use the `google.UUID` type for IDs in my application. While I can validate the format as `uuid` for fields, it would be great if I did not...
I'm using [sqlc](https://github.com/sqlc-dev/sqlc) where multiple queries are written in a single sql file, from which code is then generated. Arguments are written as `$1`, `$2` and so on. The dollar...