Eddie Groshev
Eddie Groshev
I've reduce the call frequency of `next!` even more and haven't hit this error since. However, I did make a few attempts to recreate this error using the original call...
This was actually a bug in IJulia.jl
I think this can easily be done by setting `inspectable` to `false` for the checkbox components (this is is similar to what axis does for grid lines): https://github.com/MakieOrg/Makie.jl/blob/6431881425e257b840c356bff913378c0859682a/src/makielayout/blocks/checkbox.jl#L32-L38 https://github.com/MakieOrg/Makie.jl/blob/6431881425e257b840c356bff913378c0859682a/src/makielayout/blocks/checkbox.jl#L48-L55
Another +1 for better documentation (and maybe even an updated implementation). Following up on #4445, I too can't figure out what the origin is for those toggles. I looked at...
This PR is good to go on my end. Would like to add a test but it overlaps with #4433. How would you like to coordinate it @ffreyer? Can ether...
Why do the tests fail on scatter? I thought that was fixed and RNG stabilized?
Nice, thanks for fixing these test issues and for adding all of the new tests.
@ffreyer I've updated the ref image tests to include variable width per category, just needs an update to the ref images. If I understood correctly, only maintainers can update the...
I've run into this weird case where I need to import Makie along with WGLMakie in order to use the Slider and Button. Other than using `using JSServe: Slider as...
Slider isn't exported as part of the public API ~so this change won't be a breaking change~. https://github.com/MakieOrg/Makie.jl/blob/5c830d9efccf809bb0b3b35f9492e52598cfffdd/WGLMakie/src/WGLMakie.jl#L80 Actually, I guess it might be a breaking because they'll clash when...