Łukasz Biały

Results 156 comments of Łukasz Biały

true, very interesting bit but can we codegen that `type` field somehow in codegen? @pawelprazak

Isn't this connected to #497 and #432?

Needs some tests.

This happens in Exports.scala:24-56, `applyDynamicNamedImpl` macro method scope. Precise location Exports.scala:39 but it gets called on line 44.

The workaround is to convert your type here to something that has an obvious Encoder instance like any numeric type, Strings and spray.json JSON AST values.

First of all, is cluster.provider a field on the resource or a core method exposing provider used to deploy this particular resource? I assume the latter and that in other...

You're thinking in terms of inheritance. We are free to ditch inheritance whenever we want to! This. is. Scala! We almost never upcast to `Resource` supertype so the easiest way...

fixed with #505 @polkx can you verify it works like you'd expect via `just clean-all publish-local-all` with 0.4.0-SNAPSHOT version of core?

Hey, I think we have this fixed on current main (with some workarounds for upstream issues). We will cut a release soon. @pawelprazak can you take a look on this...