Simon

Results 987 comments of Simon

Yeah we need to, since Trace.jl is already a registered package ;)

Ah, I was too slow, I also just took a stab at this... I just decided against macros / eval, to finally have type aliases that are recognized by the...

https://github.com/JuliaGeometry/GeometryBasics.jl/pull/214

Merged in https://github.com/JuliaGeometry/GeometryBasics.jl/pull/214

A few things that almost worked, but ended up getting incorrectly escaped randomly: ```julia app = App(scatter(rand(Point3f, 100)); function app_to_bin(session, app) dom = Bonito.session_dom(session, app) return Bonito.serialize_binary(session, Bonito.SerializedNode(session, dom)) end...

Hm, Yeah I guess that's the disadvantage of that approach. We could make it a type as well, or say this has been breaking for multiple versions, so it's fine...

I guess we'll need to wait for the PR then ;)

I'm going to close this then. We may actually want to deprecate `overdraw` altogether, since its an ancient leftover, which hasn't really been tested and pretty much just allows to...

Ha, you already figured it out... Yes, it doesn't convert to Float32, and on systems with correct float64 support it just works, while on systems with worse OpenGL support, it...