Łukasz Biały
Łukasz Biały
Regarding integration with Pulumi itself: for besom (pulumi-scala) we have found out that by implementing a language host and manually installing language plugin we are able to use besom with...
do you use snapshots in this script?
@Gedochao it's caused by `//> using repository jitpack` directive, I just put these directives into a file with single `@main def main = println("done")` and once I comment out jitpack...
With `jitpack` I get this for like 2s each time: ``` λ scala-cli run test.scala https://jitpack.io/org/scala-lang/scala3-library_3/ 0.0% [ ] 0B (0B / s) ```
Effectively it seems to behave exactly like it behaves for snapshots here 🫨
sorry to crash into the discussion so late but I have an impression that the topic of multiple generators for the same source isn't really handled? (for example `.graphql` ->...