Aaron Janse
Aaron Janse
Great find, and thank you @qxxxb for the writeup! There are two major things going on here: 1. Arbitrary file paths can be used as libraries. This is _probably_ a...
Apart from the formatting of numbers as floats vs ints, for me, the original has the same output when run locally, on tio.run, and on ajanse.me. ``` %!for_in_range.dots f /....
@jdjohnston > Since last week, I've noticed a few other documentation errors or oddities. Rather than explaining each one here, would a PR be welcome? A PR would be very...
Perhaps all the documentation should be moved to the github wiki?
[Proof of concept](http://ajanse.me/asciidots/demo/?code=.-%239-%400-%40%3A-%24%40) Relevant code: https://github.com/aaronduino/asciidots/blob/a63745b578ae0da9128f0d1a6b96e5a8eccfaf29/dots/states.py#L219-L228
The factorial demo was just fixed by 0920aa031f55aff8dfc35d6e10e2f83a74fa4c21 but I'll keep this issue open until the source of the online demo's sample code is given more thought
Hey, here's a way to run QEMU without needing `mkfifo` incantations: ```bash qemu-system-aarch64 -m 128 -M raspi3 -cpu cortex-a53 -kernel kernel8.img -nographic \ -serial null -chardev stdio,id=uart1 -serial chardev:uart1 -monitor...
Oh for context, see the working [proof of concept](https://github.com/aaronjanse/nix-eval-lsp/) with all features enabled: 
To clarify, this PR is way too large to properly review its code. But if we're on board with the general idea (the PR description along with the general structure...
Oh, we also might want to consider exposing the functionality of this PR as a Rust crate, since it seems like it would be generally helpful for the Nix community...