Zach Anderson
Zach Anderson
Product of Google Summer of Code 2016. The last summer of code commit was f89c2ad. More config, usage, and demo information coming soon. ## Procedural Textures Texture layers can be...
Reading through the [RFC for ZAP](https://rfc.zeromq.org/spec/27/) the 6th frame of a ZAP request is `identity`, defined as > identity: this provides the Identity metadata property, if any, provided by the...
Heres a rough sketch of what I was referring to in #168. I put this together to work with [this](https://github.com/Zabot/mesh_tools/blob/master/scripts/hardware.py) python script which generates the link properties given a mesh....
The ioctl mechanism of getting the ipaddress of an interface doesn't work on FreeBSD. This PR uses [netifaces](https://pypi.org/project/netifaces/) instead.
## Description I needed a hexagon unlock indicator for my config, thought it turned out pretty neat and was worth sharing. This adds three new config options. - `--polygon-sides=n` enables...
When specifying a custom `workspaceSrc` ``` pkgs.rustBuilder.makePackageSet { ... workspaceSrc = nix-filter { root = ./.; include = [ "crates" ./Cargo.toml ./Cargo.lock ]; }; } ``` `nix build` will fail...