Craig Furman

Results 37 comments of Craig Furman

I rebooted and performed this experiment. I've attached 2 log files logs-over-sleep.txt is the result of me running the branch build with `-v 2`, then sleeping and waking, and finally...

To clarify my setup: I have 2 macbooks (1 work, 1 personal), and 2 identical desk setups (long story). At each desk is a keyboard. I have 1 USB hub...

@mstarodub I've been meaning to do that for a while now actually, I should get around to that in the next week or so. I'm pretty new to nix, so...

@mstarodub, I did start looking at upstreaming my nix packaging for this, but upon reading https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/swift.section.md I tried using the default buildPhase (ensuring the nix swift compiler wrapper is used),...

I had this issue because my ~/.zshrc was unsetting `PATH`, thereby undoing the nix path setup in `/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh`, sourced by `/etc/zshrc` after the installer modified that file. Specifically, I had...

Hi @wojtekmach, re: guard rail against sending out incorrect data: it seems like a narrow use case to me, to be honest. Such users would be implicitly relying on Req.Test...

I opened https://github.com/wojtekmach/req/pull/515 which contains something similar to the above comment