KingBoomie

Results 3 issues of KingBoomie

Running in jshell ``` import com.sangupta.murmur.Murmur3; byte[] data2 = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1}; Murmur3.hash_x64_128(data2, data2.length, 0); Murmur3.hash_x64_128(data2,...

Even the simplest Scrubbable broke ```julia # ╔═╡ 9bed5bbc-bdbb-11ed-3d64-39ee3bc31c3f using PlutoUI # ╔═╡ 769137aa-283c-4699-a0bb-feedfa3ad37a A_temp = [ 1 2 3 4 ] # ╔═╡ 805a8913-c428-48ed-bf27-858528faca52 @bind A Scrubbable(A_temp) ``` ![image](https://user-images.githubusercontent.com/6442206/223736941-44264497-a5ea-465e-a9dd-6a6ba693bb72.png)...

Hey, sorry if this is in the wrong repo, but I'm unsure which package is actually the culprit here. possibilities include GeometryBasics, [GeoInterface](https://github.com/JuliaGeo/GeoInterface.jl) and [ArchGDAL](https://github.com/yeesian/ArchGDAL.jl) when trying to plot a...