Joseph Heck

Results 58 issues of Joseph Heck

Seems like a point of some possible confusion, it's bit at least a few people - using `.assign()` captures the reference it's handed with a strong link - not "[weak...

enhancement

iterate through tests referenced from the references.adoc - verify test name matches what the test is doing - add explanatory comments of what the test is doing - comment around...

enhancement

I'm using this as a tool for testing some packages for Linux support, and every now and then the output is unexpectedly terminated and I'm dropped back to the shell....

It would be nice to add the ability to easily compute adjustments to final vectors resulting from the 3D modeling commands of yaw, pitch, and roll so that effects such...

enhancement

Rules were previously existential, and writing closures that used the modules required casting. With update #21, that's notable changed - all the modules are shifted into fully typed expressions, and...

enhancement

I don't know if it makes sense or not, but it could be quite possible to use Lindenmayer with Server-side swift (or more generally, swift running on Linux or other...

enhancement
good first issue

One of the interesting advanced functions of current L-systems is supporting a '%' symbol as a mechanism to prune a branch, and all associated sub-elements, from an existing tree. I...

enhancement

Some previous tooling (L+C modeling tools) use bicubic patches for rendering the interesting shapes of leaves and/or petals rather than explicitly "growing" them with their own L-system. It would be...

enhancement

The initial API for Lindenmayer is blocking and serialized. WIth Swift 5.5 supporting async/await, it would be great to consider exposing some of the API of this library as async...

enhancement