Anshul Singhvi
Anshul Singhvi
- [ ] what version of Makie are you running? (`]st -m Makie`) - [ ] can you reproduce the bug with a fresh environment ? (`]activate --temp; add Makie`)...
- [x] what version of Makie are you running? (`]st -m Makie`) master - [x] can you reproduce the bug with a fresh environment ? (`]activate --temp; add Makie`) yes...
Then it has an immediate label! IMO this is probably a pretty common usecase - I know I do this a lot.
**Is your feature request related to a problem? Please describe.** I’m always frustrated when I have to load ADTypes to specify the AD engine. **Describe the solution you’d like** MTK...
Needs FlyThroughPaths PR and actual synthetic data. Uploading over_time.mp4…
So currently it's a bit difficult to do this, since users don't have access to `doc` unless debug=true in makedocs. But here's what I did to make this happen: ```julia...
Markdown backends may sanitize text to avoid HTML detection in Markdown objects, permitting raw nodes may prevent that. If this makes sense, I can add a test etc.
``` for k in keys k !in acceptable_keys && do_something() end ``` is an example of code that does not parse correctly. In an `@example` block ``` Warning: failed to...
``` ┌ Warning: Cannot resolve @ref for md"[advanced users guide](@ref advanced-guide)" in src/somefile.md. │ - No docstring found in doc for binding `Base.-`. └ @ Documenter ~/.julia/packages/Documenter/iRt2s/src/utilities/utilities.jl:49 ``` Maybe it's...
This was an online only PR so it might fail CI :D But the idea here is to do a best effort render to Markdown.jl, assuming all the crazy magic...