iacore
iacore
On most pages, the page title in simply "Exercism". In browser history this is confusing.
From looking at the source code, it uses `react-ace` as editor. Nim is already supported in Ace, so I think it should be easy to use Ace. You can try...
[the premise](https://github.com/scumbug/flyfrp/pull/1) [the result](https://www.1a-insec.net/w/09-frp-on-fly/) It works :)
### Version about the latest ### Platform Linux ### What steps will reproduce the bug? 1. `site.copy('public')` 2. ``` deno task serve & # wait for server to launch cd...
fix #231
How do i disable the error diagnostics when DanielX.civet is enabled? I use Deno, so the errors don't make sense to me.
I don't know how to let bun parse JSX syntax inside *.civet. I have bunfig.toml setup as [described here](https://github.com/DanielXMoore/Civet/blob/main/source/bun-civet.civet). I have this file. ``` console.log h ``` When I try...
This fixes https://github.com/jgm/djot/issues/240 but breaks the tests. Hope this will be useful one day.
Sometimes, all the graphical elements are offset for some reason. Like this:  or this, if the canvas is landscape:  I can probably fix this myself. How do I...