Eric Dattore

Results 17 comments of Eric Dattore

Alright, I have Postgres working on Linux and macOS now. Just down to Windows: https://github.com/ELD/Rocket/actions/runs/7353097692

Finished off the CI work for Windows and Linux along with some `vcpkg` changes to pull in the latest versions of `libpq` for tests (and caching via `actions/cache`). We can...

@Ngo-The-Trung Are you still working on this? If not, I'd be happy to take this track of work up. I'd really like to see mcrouter support the binary memcached protocol,...

@Ngo-The-Trung Thank you, will do.

It looks like CI failures are due to files being malformed upstream?

With more Nix installations being installed via the Determinate Nix Installer and folks opting into the Determinate flavor of Nix, `nix-darwin` has added an option to disable having `nix-darwin` manage...

@victorhooi If you check out my NixOS config for Darwin hosts, you'll see what I'm talking about: https://github.com/ELD/nixos-config/blob/main/hosts/darwin/default.nix#L15-L55 Namely, this is what the diff might look like: ```diff - services.nix-daemon.enable...