Ondra Pelech

Results 316 comments of Ondra Pelech

@Dylanb-dev https://github.com/oyvindberg/bleep can import sbt builds too. AFAIK it works by exporting sbt build to BSP (the `.bsp/` directory) and then importing information to Bleep from it. Maybe you could...

> doesn't give us declared dependencies, but all (including transitive ones) Is sbt-structure or Bloop open to adding this feature?

On https://mybinder.org/v2/gh/almond-sh/examples/master?urlpath=lab ``` Building jupyterlab assets (build:prod) An error occured. 56.72 RuntimeError: JupyterLab failed to build 56.72 See the log file for details: /tmp/jupyterlab-debug-jcu1raz7.log ------ Dockerfile:149 -------------------- 147 | #...

Would love to see this merged @ventoy Then we can finally start using Ventoy distributed as a Flatpak... any other distribution is a hassle, unfortunately. (FlatHub can come later.)

```scala [error] /home/runner/work/zio-prelude/zio-prelude/core/shared/src/main/scala-2/zio/prelude/newtypes/package.scala:110:18: method assertion has an inferred structural type: zio.prelude.QuotedAssertion[Int]{def magic: Int} [error] members that can be accessed with a reflective call: def magic: Int [error] override def assertion...

@schmitch can you try removing me and adding again? Thanks for such a quick response :)

Hello @jonatan-ivanov, thank you for your response. After your advice, I've added more constructors to the (already public) `KafkaClientMetrics` class, with the documentation stressing that the metrics need to come...

Hi, I think it probably won't be possible to do that in fs2-kafka, but I may be wrong, it's worth asking. Let's see what we hear from the fs2-kafka developers....

The fs2-kafka people don't seem to be very responsive. Are you still open to merging this PR @jonatan-ivanov ? It would solve the problem for us and hopefully for other...

So we have an answer from the fs2-kafka folks... What they say is true, you can hijack the underlying Java Kafka object during the creation. So it's technically possible. But...