Dan Strokirk
Dan Strokirk
Hi, Currently the `rundramatiq` management prints each tasks module it finds on startup: ``` * Discovered tasks module foo.tasks * Discovered tasks module bar.tasks ``` This output can be quite...
### Is your feature request related to a problem? Please describe As part of our normal setup scripts we tend to add `asdf install | sed '/is already installed/d'` so...
## Description When I edit parts of the start date, the cursor always jumps to the end date, which makes it hard to edit multiple parts at the same time....
`coc.vim` and several other plugins have started to use the filetype `javascriptreact` for `.jsx` files: https://github.com/neoclide/coc.nvim/blob/master/doc/coc.txt#L945-L947 This is in order to support VS code plugins better, which seems to recommend...
When a client has no workspace_folders, (e.g., copilot), the `pairs` code would crash. Unfortunately I didn't manage to produce better tests for this, since I'm not very familiar with Neovims...
This allow the user to pick the value of a specific cookie from a previous request, using request chaining to automatically re-send the request when it becomes stale. Useful for...
### 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...
It would be super useful to have some sort of functionality which would allow us to combine multiple `OR` queries more easily, especially allowing them to be formatted into multiple...
### Description With many MySQL `ALTER` statements now supporting [Online DDL](https://dev.mysql.com/doc/refman/8.0/en/innodb-online-ddl-operations.html), it would be a great feature to be able to force Django to always add `ALGORITHM=INSTANT` where possible. While...
Hi, thanks for a great plugin. Would it be possible to add a default mapping to open a note in a new tab / window? For example, I often want...