Rafael Schouten

Results 1148 comments of Rafael Schouten

Yes it's on linux, sorry I should have specified that.

Unlike the other issue #10 I can close the window fine with Ctl-C, Julia only dies when you run `mfb_update`. This is on Arch, with kernel 5.8.5-arch1-1

This could also be extremely useful for fixing empty collection problems

A blessed implementation is another option. The reason I didn't push for that is that I'm a little woried about the edge cases: Like this is a problem: ```julia GI.contains(gdalgeom,...

No worries with the timing of doing this! Just good to know we can aim for that in future sometime. There is a lot here I wont have time to...

TwicePrecision is pretty slow for some things, and you can get errors when you slice a section of a range, because the ends are still ~~stored~~ returned as Float64, and...

When twice precision leaks into other math it can be slow. But I cant remember where it was when I benchmarked it, and I stopped caring about that really anyway....

Can we just call `read` on the codepoints in the `tape` at the leaf? Maybe allowing something like `JSON3.read(A::JSON.Array, Vector{Tuple{Float64,Float64}})` with these leaf arrays would be possible?

If it's less breaking DimensionalData.jl can change to 2 fields, there is a breaking version bump coming up soon anyway, and it wont affect behavior as the constructor already accepts...