izzy lyseggen
                                            izzy lyseggen
                                        
                                    to be developed in parallel w blender to implement the ones we need plan is to implement the most important (same as in sharp) and then we can add more...
Currently, most stuff is type hinted. This is nice and helpful, but in many situations it would be better to more strictly enforce this. Enforced type checking with [mypy](https://mypy.readthedocs.io/en/stable/existing_code.html) would...
Same issue as #96 - this time on mac using the same py 3.9.5 Not sure why #93 didn't fix it for this case. Will need to investigate further. thanks...
The `AbstractTransport` was initially imagined with some useful shared functionality for all transports, but as the Transport system evolved this no longer seemed necessary. At this point, the `AbstractTransport` should...
Cancellation tokens should be added to long-running operations and checked often to exit the operation gracefully.
It has been brought up that some enforcement of code style, linting, and commit formatting would be a nice enhancement to this project. While this is a low priority at...
This is super duper wip, but I'm making a PR as a discussion point. Schemas for objects should be generated rather than hand crafted as the development effort required to...
Thanks for the extension! It's been working perfectly other than the autocomplete. Code completion works for `rhinoscriptsyntax`, but not for `Rhino.Geometry` though they both import just fine. If you have...