Anshul Singhvi

Results 1170 comments of Anshul Singhvi

Would it be better to have them collapse instead? I could probably add that behaviour in relatively easily... For directory specific sidebars, you could probably override them in page frontmatter...

Unfortunately this is not something that Vitepress supports: https://vitepress.dev/guide/routing#generating-clean-url > I always thought that these two URLs are equivalent Not quite - without the trailing slash, it's up to the...

All of the `.vitepress` files are copied from https://github.com/DocumenterVitepress.jl/tree/main/template, so if the user does not explicitly override by supplying their own file, the default file is used (which does set...

@goerz: I'm not sure what benefit that folder structure provides aside from avoiding namespacing issues? The asset wouldn't be loaded unless the page calls for it, in any case, and...

I'll have to look into this a bit more, since I'm not 100% sure how to do this in Vitepress. Still, one option may be https://github.com/vuejs/vitepress/issues/1227 - just placing it...

I know that Cairo at least supports [page labels](https://www.cairographics.org/manual/cairo-PDF-Surfaces.html#cairo-pdf-surface-set-page-label). Perhaps `pdf-lib` does as well?

Which makie version?

A CairoMakie implementation would have multiple approaches: - For lines and linesegments, cut the line at the clipping plane. This will require a 3D geometry framework. - For scatter and...

It's working fine for me on mac, but when I drag the mouse even a little then it does activate the rectangle zoom. Could that be the issue you're having?...

Would this mean that the attribute validation only works on top-level plots, and not subplots made in recipes?