Fons van der Plas
Fons van der Plas
Hi! Thanks so much for goatcounter! I have been running a self-hosted goatcounter for some months, and I love it! A couple of days ago (Oct 25 at 20:00), visits...
Any globals inserted into my main module are not automatically rendered when I use [`autodocs`](https://juliadocs.github.io/Documenter.jl/stable/man/syntax/#@autodocs-block) MWE is a package like: ```julia module Example using Reexport @reexport module Sub export greet...
MWE of a testset
I made a combination of [HypertextLiteral.jl](https://github.com/MechanicalRabbit/HypertextLiteral.jl) by @clarkevans and CommonMark.jl, and I think it is really cool!! > ### [DEMO NOTEBOOK](https://htmlview.glitch.me/?https://gist.github.com/fonsp/29015dc6fd9438cd164a51fe3bef117d) Screenshots  ![Schermafbeelding 2021-12-16...
The following input: ``` asdf Hello world. ``` produces this output: ```html asdf Hello world. ``` --- but if I add an empty line inside the block, the contents get...
A wrote a sanity check for MarkdownLiteral.jl and it fails on Julia 1.0. https://github.com/JuliaPluto/MarkdownLiteral.jl/runs/4565349515?check_suite_focus=true#step:4:55 You can run these tests yourself with: ```julia julia> ] pkg> add https://github.com/JuliaPluto/MarkdownLiteral.jl pkg> test MarkdownLiteral...
Fix #7 Some TODOs: - [ ] Deduplicate downloads & add test - [ ] Think harder about the filename (for stack traces), right now I append `basename(url)` to `tempname()`....
I wasn't sure what was meant with (https://github.com/Roger-luo/FromFile.jl/issues/17), my guess was this 😅 Note that the test I added also passes before this PR, because the absolute path is used....
I made small package https://github.com/JuliaPluto/BetterFileWatching.jl which can _recursively_ watch a directory for changes, including changes to file contents. It uses [Deno](https://deno.land/) (made available through BinaryBuilder) to access its `watchFs` standard...