Kevin Hovsäter
Kevin Hovsäter
Trying to install LuaJIT causes an error for me. ```console $ asdf install lua LuaJIT-2.0.5 /Users/kevinsjoberg/.asdf/plugins/lua/bin/../lib/utils.sh: line 38: version_info[2]: unbound variable /Users/kevinsjoberg/.asdf/plugins/lua/bin/../lib/utils.sh: line 61: pkg_name: unbound variable /Users/kevinsjoberg/.asdf/plugins/lua/bin/../lib/utils.sh: line 38:...
Currently `Gruff::Line` support hiding dots for all lines by setting `g.hide_dots = false`. It would be nice to have the possibility to hide dots for individual lines as well. One...
I have an unsaved file containing the following code: ```clojure (def world "The world." "world") (defn greet-world "Greet the world!" [] (println "Hello," (str world "!"))) (greet-world) ``` Trying to...
First of all, thanks for all work you've put into Chlorine, it's a wonderful package. ❤️ I'm not sure this is a bug or not. If it's not, feel free...
When using tabs, the black item is the unselected one. When completing results in command mode, the black item is the selected one. The black is also a different shade...
I'm on macOS, version 12.0.1, running Sublime Text, build 4125. I have the following build system defined in my project. ```json { "build_systems": [ { "name": "Run", "selector": "source.odin", "cmd":...
I noticed that standard input descriptor is immediately closed when running `shards run`. This is evident by the following code: https://github.com/crystal-lang/shards/blob/85b30b5755b5aad8e5b4bd94cc94610c6a617bea/src/commands/run.cr#L31 Only standard output and standard error are inherited from...
For instance, If I press `M-d` while standing on `hello`, the word is deleted. If I press `M-d` while standing on `företag`, only `f` is deleted, leaving me with `öretag`....
Not sure if this is considered a bug or not but I think it's odd. Given a directory structure like follows ``` ~/example $ tree . └── subdir 1 directory,...
It would be awesome if I could open the file browser relative to the current file. The reasoning is that it would allow you to quickly create a file in...