Benno Evers
Benno Evers
I don't disagree that building static files into the image is not ideal, but it's hard to evaluate potentially better alternatives abstractly, without seeing how an implementation would look like....
On a linux system this appears to be necessary, e.g. this doesn't compile for me: ``` #include template struct foo { foo() = delete; }; template struct foo {}; int...
Maybe you could run it in gdb and post a backtrace of the place where the segmentation fault occurs?
Well, you're almost there :) Just 1) Make sure you have checked out the latest commit without modifications 2) Add `-g3` to your compiler flags when compiling minimal.cpp 3) Where...
I also ran into this issue and I'm a bit confused by the current status. Does this mean that the example in the manual (https://releases.nixos.org/nixops/nixops-1.7/manual/manual.html#ex-physical-nixos.nix) has never worked at all?...
I would read RFC 4.1.7 as providing a one-off exception that is valid in addition to the UUIDs that follow the rules from 4.1.1 - 4.1.6, but I agree that...
@clenk Sure, it's the latter actually. We have a bloom filter continously scanning some incoming telemetry that can generate a `Sighting` from matches. This can also be configured to run...
@AustinSchuh Always! :)
I believe the issue is that the subtype is supposed to be a `PTR` record pointing to the `SRV` record of the parent type. The PTR record for a `ServiceInfo`...
Nice find, thanks! If you care about having your name on the commit, feel free to create a pull request (or a full .patch file using `git format-patch`), otherwise I'll...