Wojciech Kaczmarek
Wojciech Kaczmarek
Hi! I'd like to add invocation of `go fmt` before `go run`. Then the file can be reloaded by `:e` in the vi session. Thanks in advance! Wojtek
Hi! I have a small contribution to your 'sync' app which I use quite often: a test runner for reloaded modules. I thought you might be interested. The other tiny...
Cool project! Obvious enhancement for the future would be to parallelize some work, making use of all cpu cores.
Hi! Your example was supposed to show compile-time validation by 2 examples: a good and bad one, but the quoted code is bad in both cases - probably copypasted ;)...
Hi! I can't get etap to work on 3 different machines; It doesn't pass its `make test', crashing here: Running tests for etap_t_011 erl -pa ../ebin -run etap_t_011 start -run...
Hi! Requesting add after few months of polishing the BCL project. ## We want to ensure high quality of the packages. Make sure that you've checked the boxes below before...
Hi! I'd like to use Triq in [Elixir](http://elixir-lang.org) projects, which are recently moving to [Hex](http://hex.pm) package manager. Now there's a way to put it on Hex without you having to...
..so that `:reprise` app does not go down after `mix clean` so quickly.
originally I named it: "Eliminate `span(span :val)` problem by forbidding it during compilation". Noble aim, but seems close to impossible with the current Core, where actual DOM building happens at...