Andrew
Andrew
Normally, the docopt spec would have usage strings indenting with two spaces. However, Go formatting overall prefers a hard tab, which often conflicts with styling tools like `gofmt`. When the...
Some Java developers consider nested Gradle multiprojects to be an anti-pattern that introduces more problems than it solves. While I don't 100% agree, I do think it would be helpful...
language-ruby does a good job loading `Guardfile`s as Ruby code. In large projects, I like to name these `Guardfile-test`, `Guardfile-lint`, `Guardfile-doc`, etc. Could we please treat `Guardfile*` as Ruby code,...
Could gonative help in building Go binaries that target musl instead of glibc?
When a user declares an `exec` task, go ahead and register the task at global level, to reduce boilerplate. Similar to how tasks work in `make`.
Could there be a syntax for letting a task tree proceed through errors, so that each child attempts execution regardless of earlier child exit status? Like for getting all linter...
Yay, a Zig version manager! Could we get some shell install commands, to help first-time users who may not already have a Zig compiler installed? Similar to how rustup works....
`docker scan` often reports vulnerabilities which are not so actionable. For example, the latest stable Debian release contains known CVE's. Now, a paranoid purist could in theory replace their base...
Hi, I can install packages with npm most of the time, but when I run `npm install -g webassembly` in a Docker container from library/debian:buster, then I get an error...
Have you tried [Erlang](http://www.erlang.org/)? It's a robust language designed for telecommunications systems that need to run all the time, so like FuckItJS, it automatically restarts buggy code. It would be...