David Riggleman
David Riggleman
I had the same issue. Tried rolling back npm to the latest version of the 6.XX line (6.14.15) and then it worked. I'm not sure if it's an issue with...
This seems to related to https://github.com/FasterXML/jackson-module-kotlin/issues/80
Thanks. I did not realize the option was unsupported. What made this bug tricky was that it didn't surface on the write/read but on a later access of a property...
I'm not sure if this helps, and I agree pure Java 9 support would probably be best, but I was able to get rid of all the warnings and didn't...
That's what I figured was the case. Because I could manually assign the values to defaults in java and then the constructor assignments went away. Certainly, in the case for...
Nice, that would work for me.
Any updates on this? TS 4.8.X is now out.
Is it worth maybe filing a ticket against the Typescript repo to see if it was a bug on their side in the heuristics algorithm that they'd be willing to...
Looks like this issue should be resolved when TypeScript 4.9 releases
> @DavidRigglemanININ Thanks for following this closely. Can you link to what makes you suspect TS4.9 will fix this? I had created an issue with the TypeScript project and fortunately...