Daniel VandenHeuvel

Results 63 issues of Daniel VandenHeuvel

Will help catch issues like https://github.com/MakieOrg/Makie.jl/pull/4003. Might need to check anywhere else these functions are used like `heatmap` (I think)

good first issue

**Describe the issue** The documentation at https://juliageometry.github.io/DelaunayTriangulation.jl/dev/api/overview/ doesn't seem to actually index all functions listed on that page, e.g. `edge_vertices` is inside https://juliageometry.github.io/DelaunayTriangulation.jl/dev/api/primitives/ but is not listed in the big...

Currently, weighted triangulations do not work, and so we error if the user tries to create one (actually, weighted triangulations of convex polygons do work with `triangulate_convex`, but anyway). The...

bug
help wanted

Would be nice to have some sort of `copy` implemented for `Triangulation`s, rather than needing to use e.g. `deepcopy` which doesn't actually get the aliasing correct. Related issue is [#130](https://github.com/JuliaGeometry/DelaunayTriangulation.jl/issues/129)

bug
good first issue

Haven't been able to get a proper MWE yet. Running the `polygon_hierarchy` test file just sometimes segfaults in the first code block. Going to disable `deepcopy` temporarily, but a better...

bug
good first issue

[julia-invalidations](https://github.com/julia-actions/julia-invalidations) is a good workflow for looking at invalidations too

help wanted
good first issue

As discussed on Slack @davidanthoff, here is a video demonstrating the issue with code just occassionally taking an extremely long time to execute, showing you exactly from me starting VSCode....

```julia julia> using BlockArrays julia> A = BlockedVector(1:6, [3, 2, 1]); julia> B = zeros(6); julia> @. B += A; # fine julia> @. B += 1A; # broken. @....

Closes https://github.com/Ferrite-FEM/Ferrite.jl/issues/975 Wasn't too sure where to put the example, so I just put in the howto section. I explain some things that are also explained in more detail in...

https://juliadynamics.github.io/Agents.jl/stable/examples/celllistmap/ The animations show `time = `, and the rest has been chopped off.

good first issue
documentation