Zach Mitchell
Zach Mitchell
I have a flake that looks like this: ```nix { description = "A very basic flake"; inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-23.05"; inputs.flake-utils.url = "github:numtide/flake-utils"; inputs.nixos-generators.url = "github:nix-community/nixos-generators"; inputs.nixos-generators.inputs.nixpkgs.follows = "nixpkgs"; inputs.nixos-hardware.url =...
I put two posts in the `content` directory and got the following error: ```text Error: Failed to render section '' Reason: Failed to render 'after-dark/templates/index.html' Reason: Variable `paginator.pages` not found...
If I don't specify a template for a section, the site fails to build with the error message: ``` Reason: Template 'even/templates/section.html' not found ``` My directory structure is ```...
While with #1019 we'll have support for `hook.script` (deprecated), `hook.on-activate`, and `profile.*`, we won't detecting `hook.script` and printing a deprecation message to get users off that manifest option. This ticket...
Now that we have users, and those users have data, we need to think about how to manage migrations when we change where data lives or how that data is...
## Acceptance Criteria - Add a check that only allows `EDITOR` to be called when in an interactive context e.g. via `Dialog::can_prompt`. - Rename the option to `--manifest`. Keep supporting...
The current spinner shown while the search index is building looks like this: ```text Searching for packages... This might take a while the first time you run it ``` The...
If you pass invalid JSON search parameters you see something like this: ``` $ pkgdb search '{' {"exit_code":1,"message":"[json.exception.parse_error.101] parse error at line 1, column 2: syntax error while parsing object...
I recently used `nix-init` to package someone else's Python package and it was so, so nice. The only thing that it didn't really generate for me was the need to...
I’d like to volunteer to help edit and/or proofread articles for non-native English speakers. I’m sure others would like to volunteer as well. How should people like me go about...