Sébastien Celles
Sébastien Celles
Thanks I'm aware of it Related https://github.com/marimo-team/marimo/issues/905
Hi, I thought I was simply facing a quite old CookieCutter Python template... https://github.com/audreyfeldroy/cookiecutter-pypackage/issues/862 but the problem seems to be there also. Here is a plan # Maintenance Status and...
Great to know things will be moving on! For Python development I think tools like ruff should be considered (instead of black, isort...) Type checking with MyPy is an other...
https://github.com/GunnarFarneback/LocalRegistry.jl/pull/93 is an attempt toward this. Here is a overview. It provides a way to build doc locally. If this PR is merged publishing to GH Pages should take a...
Documentation can be build locally like so: ``` cd docs julia --project=. make.jl ``` It can be viewed statically browsing `docs\build\index.html` or dynamically using [LiveServer.jl](https://juliadocs.org/LiveServer.jl/dev/) like so ``` cd .....
Hi @GunnarFarneback Any news on this?
Hi @GunnarFarneback README can be nearly empty but have a link to the doc. I didn't did it in my PR but it can be done just after merging or...
I'm aware of this but a lot of Julia packages are doing this way. An other solution could be to keep README nearly as it's. To add a link to...
@clankill3r https://github.com/FireFox317/avr-arduino-zig from @FireFox317 may help FYI I currently haven't try it myself! Some forks can be interesting also https://github.com/FireFox317/avr-arduino-zig/network https://github.com/Guigui220D/avr-arduino-zig https://github.com/SebastianZaha/avr-arduino-zig