Anshul Singhvi
Anshul Singhvi
Ah that's the problem I'm getting. Should be fixable, I don't think DV looks at page.meta yet.
It looks like Vitepress doesn't allow per-page `editURL` config, so the best option here might be to do it ourselves...
Ah I missed that part of the docs! That should be easy then - we already have that in each `page.meta`.
hmm...DV might need some updates like the ClientOnly thing if we are switching Bonito docs over. Same reason WGLMakie fails.
Looks like GLFW doesn't have that functionality yet: https://github.com/glfw/glfw/pull/2293
I didn't realize it looks so strange when displayed! My primary usecase was visualizing error bars of benchmarks, where the standard deviation defines the height of the error bar. BenchmarkTools...
I mean they both have the same syntax, so an operation at all leaf nodes of that dict could easily reassign the `@benchmarkable`s to the results of `@be` on that...
Ah that's true - I had not used `setup` much but I guess it could also be translated by way of Expr rewriting
Yep! Creating a benchmark suite with `@be` instead of `@benchmarkable` gives you the equivalent of that suite after `run`.
That's true, but if running in a non-interactive framework I don't think it really matters? Even then, the performance difference is substantial enough that it's actually possible to do semi-interactive...