-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PolyCanvas error on update #14
Comments
Right, actually clicking doesn't happen in the tests 😭 |
Fixed on main, should be registered in a few minutes |
Thank you! |
Hmm - I'm afraid the issue actually isn't solved - the error is different though! Error in callback:
MethodError: Cannot `convert` an object of type
GeometryBasics.Mesh{2,Float64,GeometryBasics.Ngon{2,Float64,3,Point{2,Float64}},FaceView{GeometryBasics.Ngon{2,Float64,3,Point{2,Float64}},Point{2,Float64},NgonFace{3,OffsetInteger{-1,UInt32}},Array{Point{2,Float64},1},Array{NgonFace{3,OffsetInteger{-1,UInt32}},1}}} to an object of type
GeometryBasics.Mesh{2,Float32,GeometryBasics.Ngon{2,Float32,3,Point{2,Float32}},FaceView{GeometryBasics.Ngon{2,Float32,3,Point{2,Float32}},Point{2,Float32},NgonFace{3,OffsetInteger{-1,UInt32}},Array{Point{2,Float32},1},Array{NgonFace{3,OffsetInteger{-1,UInt32}},1}}} |
Its actually a bug in Makie: polygons = Observable(Polygon{2,Float64}[])
poly(polygons)
push!(polygons[], Polygon([Point(1.0, 2.0), Point(2.0, 3.0), Point(3.0, 2.0)]))
notify(polygons) errors |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This works:
When I upgrade, this code runs, but when I click on the axis:
Full stack trace
The text was updated successfully, but these errors were encountered: