Tonći Galić
Tonći Galić
Hi, I really enjoyed the current exercises (version 2.2.1), thanks for your efforts! While I managed to finish all exercises, there were some exercises for which I felt there could...
I accidently typed `asdf install elm 0.19` which resulted in a 404 when asdf was trying to download the binaries from GitHub. I thought something was wrong with the plugin,...
LSPs can offer a rename capability to rename a "symbol" across a workspace. We're not there yet, but this is a starting point. In VS Code it can be used...
Hi :wave: , You asked on Discord why you the Live Reload doesn't work, so I played around a bit and this seems to have solved it for me (using...
Since the issue that reported the site was back up was closed for obvious reasons, I wanted to express my gratitude this way: Thanks for your hard work, both in...
In order for NeoVim (and other tools/editors) to be able to use this for their Elixir highlighting, it's probably necessary to provide queries which match the ones that editors use....
currently the grammar doesn't allow for function calls & definitions without parens, like: `String.split "1, 2", ","`
In Elixir, we can define Ranges using `..` operator, which the parser still needs to learn about. For example, these are valid Ranges: `nums = 1 .. 10` , `alphabet...
so tools like [Semantic](https://github.com/github/semantic) can use this