Tuure Savuoja

Results 4 issues of Tuure Savuoja

``` $ npm install [email protected] $ npm install baggage-loader npm WARN [email protected] requires a peer of [email protected] but none was installed. ```

Running `scalafixEnable` resets all configuration changes that were done in sbt console (in the session). For example if I modify `scalacOptions` (`set scalacOptions in ThisBuild := ...`) and then run...

bug
sbt
upstream

Trying to start enduro using Node.js 12 results in: `Unhandled rejection ReferenceError: primordials is not defined` The error seems to come from from Gulp 3 which is EOL (https://github.com/gulpjs/gulp/issues/2324#issuecomment-486435312).

In other words I'd like to have some way to either allow-list or deny-list the default codecs for `@JsonCodec`. **Use case example:** I want to provide my own codec for...