Zach Mitchell
Zach Mitchell
Previously ASTs could be extracted only for bare functions. By recursively searching "blocks" for function definitions, methods and nested functions can be located. In this context a "block" is generally...
I'd like to use Pygments for server-side highlighting, but I can't seem to get it working properly. I set `pygmentsUseClasses = true` and `pygmentsStyle = "monokai"`, but the style doesn't...
Ok, so since I've never done this before, what does the CI system currently do, and what does it *need* to do?
I'm running a program that has a `concurrent.futures.ProcessPoolExecutor` and I'm trying to diagnose what I think is a deadlock. I ran my program and then used `ps -x` to find...
I somehow got myself into a state where completions are panicking when I hit `TAB`: ``` thread 'main' panicked at 'Unsupported output revision 4, you need to genenerate your shell...
Hi, I'm a member of the Nix Documentation Team. In one of our recent meetings ([meeting notes](https://discourse.nixos.org/t/2023-07-13-learning-journey-working-group-meeting-notes-17/30393)) we discussed a tutorial about pinning, and the topic of `niv` came up....
This tracking issue is an outline of tutorials we want to present on nix.dev, originally designed in the [2023 documentation project "Learning Journey"](https://github.com/NixOS/nix.dev/blob/a2c8326dcf3250a3b4dc004d1edeefa51142deaf/maintainers/documentation-project-2023.md). It is continuously updated as we better...
There are various ways to accomplish this laid out in this comment: https://github.com/NixOS/nixos-search/issues/636#issuecomment-1477885841
The Learning Journey WG identified that the second tutorial in the learning journey should be a tutorial walking the user through creating a `shell.nix`. This is the tracking issue for...
## Project description A Nix build goes through several phases, many of which are handled for you automatically if you're using nixpkgs-provided builders. However, it's common to want to customize...