Sridhar Ratnakumar
Sridhar Ratnakumar
https://neuron.zettel.page/custom-head.html
@ihsanturk Cool. Perhaps we can add it to https://neuron.zettel.page/custom-head.html
Relevant: https://github.com/srid/neuron/issues/531#issuecomment-763027613 (a plugin that automatically injects the JS and inlines the code when it sees `![[Example1.graphviz]]`)?
Looks like we need some tests around for partitioner.
We may be able to borrow some ideas from mmark: https://github.com/mmark-md/mmark/blob/ab4616e27b39c4a100223788eaa1b5911f1276d7/Text/MMark/Parser.hs#L157-L172 And specs: https://github.com/mmark-md/mmark/blob/18c7d320f496f54833dfd24584f1760c7857b9b5/tests/Text/MMarkSpec.hs
Right, so 8.10 is no longer cached in nixpkgs, after the 9.0 switch over: https://github.com/NixOS/nixpkgs/pull/160733
Culprit? https://github.com/NixOS/nixpkgs/issues/149692
@richardstrnad Neuron is in maintenance mode. You can try: ``` nix-env -if https://github.com/srid/neuron/archive/update.tar.gz -v ``` Which should use https://github.com/srid/neuron/pull/670 - but it is in draft, so YMMV. --- I'd just...
I came close to getting it to build on M1. It compiles, but segfaults at linking stage: https://github.com/srid/neuron/pull/670#issuecomment-1090772572 Perhaps you can bribe one of the Nix people to help fix...