Calum Sieppert
Calum Sieppert
### Describe the Bug When my `~/.config/qmk/qmk.ini` file does not have a key already in it, `qmk config` doesn't add that key. For example if `user.keyboard` isn't in the `qmk.ini`...
I had to change this line: https://github.com/bbatsov/projectile/blob/a4f86f981c84a546530d5904253fa266431ef806/projectile.el#L4108 to ``` let args mapcar (lambda (val) (concat "--glob !" (shell-quote-argument val))) ``` for `projectile-ripgrep` to work with fish shell, otherwise I get...
For functions with a `do` block, the comments following the function get included in the function, for example: ``` f = do a -- | haddock g = b ```...
### Brief Abstract Currently unlinked references don't work across nodes in the same file. ### Long Description This is due to this line: https://github.com/org-roam/org-roam/blob/5c06471c3a11348342719fd9011486455adeb701/org-roam-mode.el#L688 I like to keep many nodes...
Thanks for making this tool! I'm trying to setup ltex-ls 15.2.0 in emacs with eglot, and it seems to be failing on commands that use external config files: `disableRules`, `addToDictionary`,...
With `mu-graphql-0.5.0.3`, if I have: ```graphql type Mutation { updateItemState(newState: String): Item! } ``` and I try a mutation like: ```graphql mutation test($newState: String) { updateItemState(newState: $newState) { } }...
After adding an input with a `UUID` field, for example: ```graphql scalar UUID input MyInput { id: UUID! } ``` I get ``` Could not deduce (mu-graphql-0.5.0.4:Mu.GraphQL.Query.Introspection.IntrospectSchemaFieldType ('TPrimitive UUID)) ```...
Thanks for making this! I really like it, especially for when I need to work on Windows. One of the features I like about Magit is its support for easily...
I tried installing Resim (the `simulator` folder) on Arch Linux and ran into an error at the `cargo install --path ./simulator` step: ``` error occurred: Command "sccache" "c++" "-O3" "-ffunction-sections"...