Results 97 issues of Maximilian Downey Twiss

See `nanotime.c`. https://www.gnu.org/software/hurd/hurd/porting/guidelines.html ``` #ifdef __MACH__ Some applications put Apple Darwin-specific code inside #ifdef __MACH__ guards. Such guard is clearly not enough, since not only Apple uses Mach as a...

As said on line 60, this check is only intended for OSX. ``` // OS X does not have clock_gettime, use clock_get_time ``` Hurd also uses Mach, but does not...

Unauthenticated ssh no longer works on github, and the setting of the curious definition is to fix boost library inclusion. Resolves #8.

I use fish as my exclusive shell in wsl, and have a variety of variables and functions set in config.fish that I frequently use in my git usage. I would...

Got tired of updating manually, so I added an updater using [Onova](https://github.com/Tyrrrz/Onova).

As per title-- I'd prefer not to have to use Debian 11 repos on my sid install. (I get that it'd be the same icecat version as the Debian 11...

The purpose of the `-he` variants of `x86-alex` and `x86-zgb` [is to remove Qualcomm Gobi packages from the build](https://chromium.googlesource.com/chromiumos/overlays/board-overlays/+/5c102fe8006417ac405fa985d9422ada0a57c9e1/overlay-variant-x86-zgb-he/README), but there are still recovery images for the regular versions of...

The "trick" is to use `exec()` to replace the ruby process with a new instance of the parent shell on exit, which sources the relevant configuration file(s). Tested and working...

wip 🚧
merge conflict

**Split out `upload` command to `commands/upload.rb`.** Behavior changes: - Remove support for uploading without passing a package name. - This wasn't working anyways, and I can't conceive of a situation...

wip 🚧
merge conflict

**Split out `check` command to `commands/check.rb`.** Behavior changes: - Replace `crew test` with a Rakefile and `crew check`. - Rewrite the message printed when `ruby_rubocop` is not installed. - Remove...