Dale King

Results 133 issues of Dale King

Kotlin 2.1.20 is out and skie needs to be updated to support it

The new function is very convenient but it is bound to instance() calls. Is there a way that could be extended to look for an appropriate instance, provider, or factory...

Would be nice to be able to pass multiple parameters to the parameterized new.

You have nice inline generic version for get/set that will choose the correct implementation based on the generic type. It would be nice to have inline generic versions like: ```...

When trying to do assertions on MapSettings it would be nice to have some form of toString to display the contents when a test fails. Or you could just expose...

I understand why StringDesc exists because you want to have localizable text and don't want to bind it to one particular source of that text. And actually the lack of...

Just noticed that some of the descriptions for properties in the swagger are making their way into the generated model code. Haven't established a rhyme or reason behind which ones...

Other generated classes use the isInternal property to specify whether they are declared with public or internal visibility modifier. Enum classes it is choosing between internal and no visibility modifier....

Version 2.0 no longer supports generating MarkDown documentation. Please don't abandon Markdown. We have a library and we use Dokka to generate documentation and publish it to Bitbucket wiki for...

enhancement
format: gfm