Mateusz Baran

Results 476 comments of Mateusz Baran

Good idea, and also a good PR name :smile:

I've tried converting the torus example into a section of Pluto notebook and within half an hour it managed to annoy me by taking a lot of time to install...

Cool, I will leave it to you then.

I think we can just have a PNG of the plot in static documentation with a note that for interactivity the notebook must be run locally.

Thanks, it sounds like a very good solution :slightly_smiling_face: .

I think you could import `Makie` always, it shouldn't need a display and would let us use things like `Point3f` later in the code. It's really weird, though, that `GLMakie`...

I wonder if there would be the same error if there was no `using GLMakie` at all?

Yes, we need GLMakie, I'm mostly curious if that's a PlutoStaticHTML.jl bug.

I think that's also fine, this issue with Pluto/GLMakie shouldn't block this PR.

Yes, maybe we should export that. When I use `ArrayPartition` I always just do `using RecursiveArrayTools` so I forgot about that. Regarding `ProductRepr`, I'm currently not sure that it is...