Michael Mroz
Michael Mroz
On a related note, it'd be great to be able to parameterize Swagger with a custom `ObjectMapper` or get a hook to modify it, so reference types external to the...
Yeah that's my understanding too, provided that Swagger's `ObjectMapper` has those modules registered. From my glance around the codebase earlier I thought it wasn't possible to BYO or customise Swagger's...
Considering the long history of `null` as a special value on the JVM, the relatively ubiquitous use of `Option`/`Maybe` by FP enthusiasts, and the relatively imminent arrival of inline classes,...
Awesome, thanks for the info :)
I just spent a while debugging this, because it's been driving me insane too, wth the two processes trampling over each other, corrupting the output, and crashing my Typescript watcher....
You can use moving averages with an invisible 'close' series: http://jsfiddle.net/scarl3tt/u583ny1q/