Russell Matney
Russell Matney
Much thanks for the work on kaocha - it's a great tool! I am creating and deleting intermediary files in some of my tests, which is causing --watch to loop...
Thanks much for all the work getting this GraphQL implementation together - it's no small task. How would you recommend using this library with variables parsed from a JSON Request?...
Adds missing deps to readme quick-start suggestion. Could see you wanting to leave this out, but I thought I'd throw up the PR just to document it. Without these, the...
### Background Neil makes use of the github api when checking for the latest version, in both the `neil dep add` and `neil dep upgrade` flows (and likely others). Github...
These were not implemented correctly. Works now as long as you set them before creating the widgets in update(), something like: ``` lua local suit = require('suit') function love.update() suit.setHovered("Button...
Hey there! Thanks for this plugin, it saves a bunch of time while adding and updating external plugins! Since adding gd-plug, i've noticed that godot lsp happily traverses into the...
Re: #125 – Replaces `Dict` usage with `Keyword` or `Map` where necessary, removing distracting compile time warnings.
I'm seeing a handful of warnings when compiling on elixir 1.4, so am approaching a PR to clean these up. Hope to get to it in the next few days,...
Hey there! Very cool library, thanks for putting it together and open-sourcing it! I ran into a few crashes integrating it yesterday/this morning, I thought I'd share the commit in...
https://github.com/godotengine/emacs-gdscript-mode/pull/138 was a good step, but the darwin and windows paths were not quite right when combined with the editor-settings path below - it was digging into an extra '/godot'...