Eric Wassail
Eric Wassail
use explicit ref since the default for releases appears to be something else - - - This change is [](https://reviewable.io/reviews/hypar-io/elements/864)
**Is your feature request related to a problem? Please describe.** When we generate ContentCatalogs we can get bad results with `,` in numbers where we would expect `.`. (e.g. 5,43...
**Describe the bug** The right hand pane of the docs doesn't scroll as you would expect. It is static while the user scrolls through the long description of every method...
**Is your feature request related to a problem? Please describe.** I want to find a point that is near center of a shape, but is required to actually be inside...
**Describe the solution you'd like** I want to be able to do `profile.Difference(profile)` and `profile.Difference( profile[] )` to generate new geometry **Describe alternatives you've considered** I tried to get by...
**Describe the solution you'd like** I want to be able to do `profile.Intersects(profile)` and `profile.Intersect(profile)` to generate new geometry **Describe alternatives you've considered** I tried to get buy with polygons,...
Serializing and deserializing model from JSON text seems to have issues. I've created this test in using they hypar generator, but I believe the error lies in the Model.cs class...
BACKGROUND: - When using elements library and in debug mode geometry generation can be very slow because we get a load of logging about vertex management.  DESCRIPTION: - Make...
BACKGROUND: - While writing gltf for a model the default material was not available during mesh material assignment, which caused errors. DESCRIPTION: - Make it so that the default material...
BACKGROUND: - While exploring a gltf regression we attempted to use a test library but it isn't available until .NET 6. DESCRIPTION: - Add a note about a using gltf...