Ruslan Stelmachenko

Results 86 comments of Ruslan Stelmachenko

It would be great to actually make `JsonSchemaGenerator` customizable. E.g. currently there is no way to modify the options list of `JacksonModule` that I needed to enable `FLATTENED_ENUMS_FROM_JSONVALUE` and `FLATTENED_ENUMS_FROM_JSONPROPERTY`...

@mertsincan Can you explain please what is going on with this `components.d.ts` that is generated in the project root? * Is it intended? I never seen this behavior before. Is...

Interesting. Thank you for the investigation. So, it means it always worked like this and there is no regression? Anyway, if you will understand that this behaviour cannot be (or...

I'll add my 5 cents. The mentioned unexpected downgrade of `nimbus-jose-jwt` from 9.31 to 9.24.4 actually caused problems in our project as our code was already dependent on some methods,...

Last lombok version v1.16.20 (January 9th, 2018) introduced a [breaking change](https://projectlombok.org/changelog): > BREAKING CHANGE: lombok config key `lombok.anyConstructor.suppressConstructorProperties` is now deprecated and defaults to `true`, that is, by default lombok...

One small input from me. When a project contains a file with "TS2321: Excessive stack depth comparing types" error, then `nuxi typecheck` also finishes with an error like this: ```...