jneem
jneem
Sometimes when writing documentation you want to reference other things. It would be nice if you could easily embed those references in the doc comment, and have `nickel doc` (1)...
### Problem It's possible to have `crates.io` ownership on some -- but not all -- crates in a workspace. In that case, `cargo publish --workspace` might publish a few crates...
This changes ident generation so that idents generated with `Ident::fresh` will never clash with idents generated with `Ident::new`. I think this was the originally intended behavior, but as discussed in...
Just making a PR so you can see the fixes to the build script and release script
I tried out both antora and mkdocs. Antora has the disadvantage of being in asciidoc. Which is fine, but most of our existing documentation is in markdown. mkdocs uses markdown,...
Sometimes I encounter Nickel error messages that I think are less helpful than they should be. I don't have anything specific and actionable at the moment, but I've started a...
Sometimes you want a quick way to hack on one of your dependencies without going to the trouble of making a proper fork. Python supports this use case with "editable"...
I'm trying to use the `FileChooser` portal, but if I'm running multiple X servers on different ttys then there's a chance that the file dialog I request pops up on...