Daniel VandenHeuvel

Results 162 comments of Daniel VandenHeuvel

I see. I will give a reply to that thread you linked later today @xtalax, thanks. I think you forgot to link something at the end of this comment too?

I like the idea of having something like a MakieFull.jl for that. It might be easier on the user to have `Makie` itself be the package that brings everything in,...

> users who try eg qqplot() will see an error saying "please execute using Distributions to use qqplot()". It clear and unambiguous what exactly to do. I forgot about this...

There is a related issue here https://github.com/MakieOrg/Makie.jl/issues/2505

This, and the development of power diagrams, is also why https://github.com/JuliaGeometry/DelaunayTriangulation.jl/discussions/148 has seen no development

Thanks for the issue - I'll look into it soon within a few days. On Tue, 23 Apr 2024, 10:09 am Kevin Mattheus Moerman, < ***@***.***> wrote: > @DanielVandH thanks...

In your example, what version of DelaunayTriangulation are you on? Here's what I get for deleting `1`: ```julia julia> begin using GeometryBasics using DelaunayTriangulation # Create a crossed square grid...

Going to close this due to lack of activity and since it doesn't seem reproducible. Feel free to open if needed.

I'll reopen this one too @Kevin-Mattheus-Moerman since this issue is also about allowing deleting vertices on the boundary to work, so allowing this to work will let me work on...

I think a solution to this is to just make `deepcopy` rebuild the `PolygonTree` directly? No need for recursive deepcopying. I think.