Kristoffer Carlsson
Kristoffer Carlsson
Looking at the screenshot below which is from chromium on linux:  In my opinion the distance between the bullets on the right is a bit large. Also, the style...
Another thing, when you click on a menu entry the menu get scrolled to the top. Is this a browser thing or is it possible to keep the position of...
You can also use the Pkg string macro `pkg"instantiate"`.
My personal opinion is that it is quite nice that Literate files are actual julia files. Also, the API of Pkg is arguably the "official" way of interacting with the...
What's the size of this download?
Could you give some links to similar site layouts generated by other doc generators, for reference?
The way you do it right now is: ````` ````@eval Markdown.parse(""" ``` $(readstring("PATH_TO_FILE")) ``` """) ```` `````
A workaround for this is to create the `JacobianConfig` in a type stable manner: ```jl cfg=ForwardDiff.JacobianConfig(f, y,u, ForwardDiff.Chunk{2}()) ``` ```jl julia> test() 0.000002 seconds 0.000001 seconds ```
Might be https://github.com/JuliaLang/julia/issues/26552.
This needs a test for when this is a problem for ForwardDiff. What bug does this fix? The test just verifies that the implementation does what the implementation does but...