Eric Hanson
Eric Hanson
Would old versions of Pkg choke on parsing such Projects? Also, I think there’s also been a lot of reluctance (reasonably, I think) on the part of the Pkg devs...
> In general, I think there will emerge enough variations on settings required for sysimage creation for the vscode compiler (and [jupyter/repo2docker#601](https://github.com/jupyter/repo2docker/issues/601) hopefully at some point!) that it would be...
I've started using AxisKeys.jl for this in the hopefully soon-to-be open sourced OndaDSP, which connects DSP.jl to [Onda.jl](https://github.com/beacon-biosignals/Onda.jl). For example, for a multichannel periodogram of an Onda samples object (which...
> don't really want to add a dependency Sounds good, I think it makes sense to keep DSP minimal and light. > Could this be implemented without adding more dependencies?...
We could add a `tag_prefix` argument to `deploydocs`, and make the regex into `tag_prefix * r` where `r` is the regex above. If `tag_prefix` defaults to `""`, then the current...
I realized asciinema is based on a simple JSON-based specification: https://github.com/asciinema/asciinema/blob/asciicast-v2/doc/asciicast-v2.md. So I quickly whipped up a Julia implementation, which lets us avoid issues 1 and 6. The inline HTML...
Yes but then you can’t use setup blocks or share state between examples and gifs etc (https://ericphanson.github.io/Asciicast.jl/dev/#Example-with-a-named-block). Well I guess technically if I’m messing with internals then I can still,...
Ok, sounds good! Is the ExpanderPipeline considered stable by the way? Also I already did [implement it in Asciicast.jl](https://github.com/ericphanson/Asciicast.jl/blob/main/src/runner.jl) 😄
I wonder if using CommonMark.jl for parsing would make things a bit more robust for this? I spent a long time today (well, maybe half an hour, but that’s kinda...
This would be useful for https://github.com/asciinema/asciinema-player too, to include asciinema gifs. Re- https://github.com/asciinema/asciinema-player/issues/142