Rom Grk
Rom Grk
## Changes I was reading the parser code and saw a few things that could improve the performance, they are summarized below. ### Use integers constants for states I saw...
This PR exposes the required API to implement https://github.com/ggandor/leap.nvim/issues/29 We don't have a documented public API, but the 2 functions added here can be considered stable. ``` -- Get the...
It would be nice to be able to access or control the window object. Use case: saving/restoring window dimensions (or any other data) on open/close events. Use case: prevent window...
The readme contains a Usage section with sample code, but it needs to be transpiled to work. Maybe we could create a simple react-gtk-example repository that could be forked as...
Hey, I'm aware of the position of the maintainers regarding disabling immer, as stated in #242 and #183. However, both of those discussions are the top google results when searching...
I'm opening the issue regarding an issue that was observed in clap's input window. In some cases, something seems to be typing letters that are not wanted by the user....