Anshul Singhvi

Results 1169 comments of Anshul Singhvi

Aha! There is a key `wgl_session` in the uniform dict created here. ```julia julia> Infiltrator.safehouse.uniform_dict[:__wgl_session] Observable(Session{Bonito.SubConnection}: id: 9858a685-6c0f-44e7-8de8-4136c55ac247 parent: Bonito.Session{Bonito.WebSocketConnection} connection: open isready: true asset_server: Bonito.ChildAssetServer queued messages: 0 )...

I don't think this can be avoided since that's defined all the way down in MakieCore, and is the type of the `text` recipe...

In all fairness, > │ Text is currently exported to maintain backwards compatibility, but this export is deprecated. It is recommended to use this type as Docs.Text or to explicitly...

In this case I think Simon's `Minimal` idea could work - but I don't see how to suppress the export of `Text` from the macro without special casing it within...

This is a more general Makie thing. The sparse structure is preserved but the matrix is simply flipped in the y direction. The representation in the plot is consistent with...

Better to do so for all `Block`s in general, I think...

I can confirm this is also an issue on the `0.21` branch. ![iTerm2 FTctsj](https://github.com/MakieOrg/Makie.jl/assets/32143268/0b89e74b-674a-485f-8ab5-6e46f6774eb6)

I wonder if one could define hooks for extra, common info when displaying docs in the REPL. Maybe by dispatching on Val{property}()?

It looks like the mesh doesn't have any normals, so doesn't get any shading. When you try this in CairoMakie, it errors since the normals of the converted mesh are...