Rand Dusing

Results 3 issues of Rand Dusing

I'm using the amDateFormat filter to display a date on a Settings page. I'm passing an actual moment value rather than a string. The user can also change the language...

Howdy, It would be nice if the displayed month could be better controlled to prevent situations like below when using the range picker: 1. Assume the start and end dates...

Howdy, useEnumType doesn't appear to affect discriminators. I played around with this test: https://github.com/oazapfts/oazapfts/blob/77d47051d12423c959f4f5cd14b155119471cebd/packages/codegen/src/index.test.ts#L70 and the json that it's consuming: https://github.com/oazapfts/oazapfts/blob/77d47051d12423c959f4f5cd14b155119471cebd/packages/codegen/src/__fixtures__/allOf.json#L109 By default, the resulting code looks like this: ```...