Pierre Ricadat
Pierre Ricadat
I noticed this version depends on Scala Next instead of Scala LTS. I guess it's a mistake, I've notified the maintainer on Discord. Caliban has to depend on the LTS.
Closing as I am doing a bit of bookkeeping, please reopen when zio-telemetry has a stable release 🙏
@WojciechMazur I have that issue with the -experimental flag at work, discussed here: https://github.com/scala/scala3/issues/20730
The `Scope` might have a lifecycle that is different from the stream, so using `fromQueueWithShutdown` ensures the queue is shutdown when the stream ends, regardless of the scope. They're both...
No just once, since it shuts down the queue, and there is only one queue created by `subscribe`.
I agree that this code was weird, I fixed it in Caliban: https://github.com/ghostdogpr/caliban/pull/2440
Yeah, it removed the warnings but was still triggering all these Downloading/Checking logs 🤔 Only `--offline` prevented them.
We are using Scala CLI 1.10.0. I just tested `--suppress-outdated-dependency-warning` again and the full log looks like this: https://gist.github.com/ghostdogpr/663cdf2e3c2c8004f94e42f5af67d7bc Note that the dependencies are provided by the CI cache which...
@Gedochao some interesting new findings, if we add `~/.cache/scalacli` to what our CI cache is storing, it stops downloading most dependencies with `--suppress-outdated-dependency-warning`, only these but it's very fast: ```...