Anshul Singhvi
Anshul Singhvi
Looks like this is resolved now.
Lol, yeah Cartopy also does something similar in https://github.com/SciTools/cartopy/blob/main/lib/cartopy/img_transform.py. Could be nice to build off of.
The scene tree (and DataInspector by extension) is unaware of any axis or layout related things. However, the scene's transformation should be a `Makie.PolarTransformation` or `Makie.PolarAxisTransformation` (I don't remember the...
Isn't that embedded into the transformation struct?
https://github.com/MakieOrg/Makie.jl/blob/e74adcb95ac57630e0d6fbdab582dcacf2f52234/src/layouting/transformation.jl#L461-L471
https://github.com/PumasAI/QuartoNotebookRunner.jl/pull/135 may be interesting to you if using the Julia engine, we might start using it in https://github.com/geocompx/geocompjl pretty soon as well. It basically allows the code in the cell...
Wouldn't that be as simple as: ```julia file = download(URL) sp5h = load(file) ``` ?
https://github.com/apache/arrow-julia/blob/2583a66f54ac4087bfe7ae34c1ffbab3cb3c81f6/src/table.jl#L365-L366 https://github.com/apache/arrow-julia/blob/2583a66f54ac4087bfe7ae34c1ffbab3cb3c81f6/src/write.jl#L48 It looks like this could be a simple change made in the generic implementation of the `getmetadata` function in Arrow.jl to support writing metadata? It would have to...
What happens if you indent the content you want to place in the link? MarkdownAST should then pick it up as being part of the list element, not totally new...
Vitepress accepts HTML in Markdown, so this would be a good way to do it.