Martin
Martin
I am currently designing a console application based on IoC principles. Seeing that Cocona supports proper GetOpt command line parsing, Git-style (sub)-commands _and_ is built with DI in mind makes...
### Describe the bug Using the pinch gesture to zoom the scene works great when using a perspective camera. If I use the gesture with an orthographic camera however, the...
I am able to reference a named constructor by using `` `new MyClass.named` `` or the unnamed one with `` `new MyClass` ``. I then assumed that I could do...