Guilherme Gomes Haetinger

Results 9 issues of Guilherme Gomes Haetinger

This notebook produces a weird cell topology and results on unintended behavior: ```julia # ╔═╡ eab54436-2314-11ed-372a-536153d0ba0e using PlutoUI # ╔═╡ db24a888-617d-4123-84e6-cb57aacd68e7 @bind a Slider(1:10; show_value=true) # ╔═╡ 2515ccde-fafd-42db-b75c-110817f9074d begin a...

bug

This PR adds a small checkbox button on the side of every cell that contains an output. When selected, the cell will be flagged as `isolated`. All of the cells...

Examples are completely outdated

documentation

There are performance issues when rendering many primitives. It might be needed to: [ ] replace redefinition of primitives with SVG references [ ] profile extensively to understand what's the...

enhancement

D3 allows us to use modifiers that alter position/size for elements. There should be a composable solution for this.

enhancement