Anshul Singhvi

Results 1165 comments of Anshul Singhvi

It was probably https://github.com/JuliaDocs/Documenter.jl/pull/2714 that fixed it. This is probably not a bad thing to add though.

@felixcremer do you still need this?

Retriggered CI, curious if the nightly failure is going to reappear. Logs for that also got deleted so 🤷

Point is now documented, but the variants are not.

It's probably stale now, will reopen

Specifically I want to interpolate a video tag but only if the page is not in draft mode (otherwise it breaks the Vitepress build)

That loses the ability to return other forms of raw content, like Markdown, though (Docs doesn't seem to have a markdown thing). Specifically the thing of interest there is to...

This would enable e.g `zonal(Series(KahanSum(), Variance(), ExpandingHist(500)), raster; of = geoms)`.

But also the ability to do running means, etc. Not sure if this is a great idea, but thought I'd put it up for discussion.

More that we could do `zonal(OnlineStats.KahanSum(), ras; of = geoms)` and have it return one of: - `value(stat)`: a number - stat: an OnlineStats object Not sure which is more...