Michael Ingold
Michael Ingold
Summary - Adds a parameterization function to `Cylinder` that works for cylinders with non-parallel top and bottom planes - Adds a helper function to inspect a `Cylinder` and determine whether...
I reviewed the Codecov reports and added some tests to provide coverage for some missed lines.
The `CylinderSurface` type currently imposes no requirement that the top and bottom planes be parallel. https://github.com/JuliaGeometry/Meshes.jl/blob/82f5921d94742ee082f1fcecc5af49b10ceccae0/src/primitives/cylindersurface.jl#L27-L31 However, the current `measure` method for this type seems to assume that `isright(c)` is...
I'm interested in adding support for Windows to `ElasticManager`s `addr=:auto` feature since it currently only supports Mac and Linux. I checked the source and found that the [`get_private_ip()`](https://github.com/JuliaParallel/ClusterManagers.jl/blob/a4a8cd4712a91affd563c2908ca192611f6e84b5/src/elastic.jl#LL138C3-L138C3) function is...
This change would eliminate the generic argument-switching method that causes `StackOverflow`s to occur for non-implemented methods.
# Background Currently, `Geometry`s can have parametric functions defined that take as input parametric coordinates in $[0,1]$ and return a `Point` on the geometry at that coordinate. Since different geometries...
I've been testing out **DynamicQuantities** as a replacement for **Unitful** in some of my packages and I discovered that it currently doesn't work with **QuadGK**'s integral solver like **Unitful** does....