Julien Richard-Foy
Julien Richard-Foy
According to this discussion with Miles: https://gitter.im/milessabin/shapeless?at=57c7f646d52261ec34463b0a Could you try with [typelevel/scala](https://github.com/typelevel/scala#how-to-use-typelevel-scala) and report any improvement here?
Do you also have the problem when you compile from activator without using typelevel/scala?
Can you share a minimal test case that reproduces the problem?
Hey, the way it is currently implemented is not configurable: https://github.com/julienrf/play-json-derived-codecs/blob/master/library/src/main/scala/julienrf/json/derived/DerivedOWrites.scala#L37-L44. Maybe it is possible to do what you want by introducing a custom implicit rule and playing with the...
How would you deserialize such JSON blobs? I mean, how would you detect which concrete class, `Bar` or `Baz` you should construct?
One way to disable it is to have distinct formats, one format for `Bar`, and one format for `Baz` (but no format for `Foo`)
@mdedetrich What’s the status of that issue?
What happens if you don’t remove that line? ~~~ scala (managedClasspath in Runtime) += (packageBin in Assets).value ~~~
Thanks @vhiairrassary for the PR! We already have the `npmExtraArgs` setting, could it be used to pass environment variables as well?
Indeed, `webpackNodeArgs` is the correct setting name. (We have so many `*Args` settings…)