Andrew
Andrew
Notably, Alpine Linux, popular in the world of containers, uses ash as the /bin/sh implementation. Other distributions tend to implement sh with simply bash. Has ash caught up to dash's...
Thank you for the detailed correction. Can we push the POSIX group to finally, belatedly release the standard? That would help with adoption.
Second this feature request, as a way to grow readership. I don't imagine the ZIP is an ePUB, right? Just a siterip, requiring a full Web browser. What if we...
Ah, `PKG_PATH` is being configured by /home/vagrant/.profile, which appears to not be loaded by non-interactive sessions, which includes `config.vm.provision`. As a workaround, I am explicitly setting `PKG_PATH` when I run...
> you can just delete the .cabal folder as a workaround. Grr. Both `update` and `new-update` are broken in 2020 on Ubuntu. We're moving backwards.
This may not be necessary. Go likes to bundle libraries into the binary. I think that would include cgo native libraries.
Update: Wote a proof of concept script in Rust to go ahead and loop through most rustup targets and trigger individual cross target build commands. https://github.com/mcandre/crit The targets don't even...
https://github.com/fishbar/jscoverage/pull/40
I seem to remember this one occurring for the aarch64-apple-darwin target. It's actually a warning rather than an error, so among lots of other output, I nearly missed it. My...
I respect that. Would you mind if I refactored a little bit to get these to go away?