Logan Barnett
Logan Barnett
For my specific use-case, handlebars-loader is used strictly at build time. Using HtmlWebpackPlugin, an index.handlebars is processed into index.html. After that point my app's templating engine can handle the rest...
This wrangles together changes in the following pull requests (no particular order): 1. #816 by @ethnt to add `systems`. 2. #871 by @stv0g to add `mandatoryFeatures` and `speedFactor`. 3. #877...
Of note: I have another pull request (#878) which merges together the existing pull requests that add more option handling all around for `linux-builder`. This is intended as a way...
**Describe the bug** If I run `nix flake update $some_dir`, I get a failure from Nix about not being able to update the lock file. If I run an adapted...
I've been getting an environment stood up using [nixpkgs](https://github.com/NixOS/nixpkgs). To my delight I found that I can install packages that normally are part of a language runtime (such as `percol`)....
Maybe this is less prevalent with magnetics - I'm using triplex/clips. How do you folks join rooms together? I noticed that doorways and even walls are one-sided with the triplex...
Added int.Times(Action) where the int is the index Other stuff I don't recall (are we that out of sync?)
Hi, thanks for the work on the project! XYZPlot doesn't work with prompts like I'd expect them to. In my head, if I've already got a prompt, then the axis...
This allows for declaring a separate password file from the configuration file. This means the settings file can remain relatively transparent/open without leaking any secrets, and the secret file can...
This is a draft PR for adding a `settings` attrset to secret generators. This allows generators to be parameterized, thus increasing the reusability of a given generator. For some generators...