Emery Hemingway
Emery Hemingway
Could a simple DHCP server be embedded in the ZeroTier virtual interface? I don't think it would be too much work to intercept DHCP requests, but for IPv6 it might...
I decided that it was safer to use some sort of platform specific IP config in my first use-case, but with things like VMs DHCP cuts out a lot of...
How about an attrset in meta that maps mime types to programs? ```nix { name = "foobar"; meta = { mainProgram = "foo"; mimeHandlers = { "application/x-foo" = "foo"; "x-scheme-handler/urn:foo"...
> The whole purpose of AppStream and Freedesktop.org Desktop Entry Specification is to have a single standard metadata format for description of software components and application launchers respectively. Those standards...
Dup of #399.
I think this has been dealt with now? The fusermount problem was [fixed](https://github.com/NixOS/nixpkgs/pull/170931) and we've documented the workarounds on our wiki.
Maybe I can have custom type that `$`s to `'foo record: [ 1 2 3 ]` to represent `` if I have a `nimMeth` of `record:` to construct it?
What is the difference between https://github.com/libretro/dosbox-libretro and https://github.com/fr500/dosbox-svn?
Ok, maybe this weekend I will transition.
I pushed a test for `toBytes`. I will push `fromBytes` soon.