Kaï-Zen B. Šæmañn

Results 9 comments of Kaï-Zen B. Šæmañn

I like the recording feature and afaik nock doesn't have it. Anyway I managed to fix this in my [fork](https://github.com/sbergmann/node-replay) by modifying the matcher so that it removes unwanted headers...

Spoofing my `MacBookPro11,4` as `MacBookPro13,1` resulted in UC working but killed HDMI output both directly from MacBook as well as through a Belkin Thunderbolt2 breakout box that has an HDMI...

I'm seeing this too. I'm using Docker for AWS and this has happened both on beta4 and now on beta5. Service names are sometimes unresolvable, sometimes resolvable but no route...

I'm good with anything that's applied consistently. I *think* I like the output of `nixpkgs-fmt` better but I'm too lazy to double check atm.

Copying (or moving?) the entire app to `/Applications` is actually the approach taken by `brew cask`. I suspect there's a good reason for that so I do the same as...

This depends on your `sudo` config. `nix-darwin` does not currently have a module that manages `/etc/sudoers` so you have to do it manually: run `sudo visudo` to edit `/etc/sudoers`, at...

the serveStatic function definitely does pass a NotAuthorizedError: https://github.com/mcavage/node-restify/blob/master/lib/plugins/static.js#L105

I'm hitting a slightly different use case with Vault. I'm not 100% sure whether this belongs here. Might be best handled in the Vault resource itself. Example: ```hcl resource "vault_generic_secret"...