Ilya Orson
Ilya Orson
No rush at all, I will stay tuned. Thanks for this again!
Ok here are some examples. Centered layouts: [gitbook](https://www.gitbook.com/explore?page=2) [docusaurus](https://docusaurus.io/showcase) [hexo](https://hexo.io/docs/) [docute](https://docute.egoist.dev/) [rust book - mdbook](https://rust-lang.github.io/mdBook/) [mkdocs](https://www.mkdocs.org/user-guide/choosing-your-theme/) [docz](https://www.docz.site/docs/introduction) Left aligned layouts: [rustdoc](https://doc.rust-lang.org/std/index.html) [readthedocs](https://docs.readthedocs.io/en/stable/tutorial/) Looks like ∼50/50 [Sphinx themes](https://www.sphinx-doc.org/en/master/examples.html)
Bump. It is possible to try it out with the Stylus add-on for the time being. https://uso.kkx.one/style/221705
I actually implemented that version first but got mostly negative reactions when I shared it in Slack, so I agree a toggle might be the best way to go, with...
A related example where the normal syntax that works on a julia array fails with HDF5 data set: ```julia julia> h5open("test.h5", "w") do file b = d_create(file, "b", Int, ((1000,50),(-1,-1)),...
I was just testing if other line solvers where available and noticed the consistent segfault with a note to report the issue. Not sure if this is the correct place...
Indeed the error seems to be unrelated to `MadNLP`. This is the upstream issue https://github.com/JuliaPackaging/BinaryProvider.jl/issues/211
Apparently that repo is not maintained anymore and the recommendation is to move to JLLs for binary dependencies. Would it be possible to do that with the HSL library?
I hit a similar issue with this [data.zip](https://github.com/RandomFractals/vscode-data-preview/files/5837980/data.zip): ```csv t,x1,x2,c1 0.0,1.0,3.0,1.453712e-11 0.01,0.99932516,3.0006747,1.4536232e-11 0.02,0.99864984,3.0013502,1.4535234e-11 0.03,0.99797404,3.002026,1.4534291e-11 ... ```  Line plots are broken for the `x1` and `x2` columns, the other ones...
It is working now 👍