Austen Bolitho
Austen Bolitho
It would be really nice to be able to save my scene as a .svg file to put into publications. Having searched across the web I still don't see any...
This may be a trivial issue but I took a bit of time to sort it out and maybe this will save someone else some time. If you use `use_example_model_ids()`...
## Description Updated arkworks-rs dependencies to v0.4.0. --- Before we can merge this PR, please make sure that all the following items have been checked off. If any of the...
* updated dependencies * changed dalek to dalek-ng as owners lost control of the repo * fixed minor issues related to upgrade
```typst #slide[ #one-by-one[ One#footnote[Numbering starts at 1.] ][ footnote numbering increases... ] ] ``` With each subslide, the footnote numbering increments. Typst's footnote documentation says the following: > By default,...
Unless I am mistaken, it is currently not possible to have edge labels follow the edge they are attached to. Unfortunately, using the builtin `rotate` function causes `diagram` to become...
`RemoteStart` producing the following error: ``` Testing remote connection' failed. stack traceback: .../remote-nvim.nvim/lua/remote-nvim/providers/provider.lua:974: in function '_handle_job_completion' .../remote-nvim.nvim/lua/remote-nvim/providers/provider.lua:1019: in function 'run_command' .../remote-nvim.nvim/lua/remote-nvim/providers/provider.lua:142: in function '_setup_workspace_variables' .../remote-nvim.nvim/lua/remote-nvim/providers/provider.lua:872: in function '_launch_neovim' .../remote-nvim.nvim/lua/remote-nvim/providers/provider.lua:883: in...
**Is your feature request related to a problem? Please describe.** I found the imperative syntax for a `fold` block to be incredibly unintuitive and confusing, far more so that that...
currently packaging as a nixosModule so should be easy to integrate with nixos generators in the future. Also looking at making a docker image without systemd As this project seems...
I am unable to import custom modules from a local file and use them in my own nixosConfigurations. For some reason the `moduleWithSystem` argument is not passed to paths under...