Anshul Singhvi

Results 1165 comments of Anshul Singhvi

That is here: https://github.com/LuxDL/DocumenterVitepress.jl/blob/503d8268fd94082f312d237d1e996292807e58f1/src/writer.jl#L549-L571 and Documenter does something different in LaTeXWriter: https://github.com/JuliaDocs/Documenter.jl/blob/21dd8c91744abd4d5c906a9da5c8d1a9ba142d49/src/latex/LaTeXWriter.jl#L386-L428 so we should copy that.

Yeah that looks reasonable, but we should use two spaces instead of tabs. Feel free to PR, thanks!!

Two spaces I believe (to align with `- `)

It's too prescriptive to be the default imo

I should probably revise that. I meant to say only one such override can ever be active at a time. You can override that method but the old one is...

You can put certain commit patterns in a file so git knows to avoid them, so blame is not an issue

Yeah, you just need to specify the chunks according to what diskarrays tells you

An implementation would be similar to the Rasters extension I have in RangeExtractor

Sweet! I'll finalize the API over the next few days so we can also discard unnecessary tiles for polygons. Since the polygon burning is done by scanline this should be...