Lorenzo Gabriele

Results 101 issues of Lorenzo Gabriele

This reverts commit 399cb3fd43643948fa9f8838ba004bbdfa18039f.

Hi, is there a way to send generic options to cpp compiler? For example I want to set: `-pthread`. And a way to manually set the options for the cpp...

`java.util.concurrent.ScheduledExecutorService` is a Java API for scheduling tasks that can be used to abstract over Scala Native scheduler implementations. ZIO JVM uses `java.util.concurrent.ScheduledExecutorService` to implement its default scheduler: https://github.com/zio/zio/blob/881beb92b36b7e7c32ee19115c5c6d3a75bc59a9/core/jvm/src/main/scala/zio/Scheduler.scala#L22 Currently...

Sometimes a stable library in its `0.x` version decides to release a stable `1.x` version since it has a stable API and it wants to communicate with its users. According...

### Is your feature request related to a problem? Please describe. Sometimes I want to use VSCode as a normal editor without any IDE features, so I don't waste laptop...

Hi and thank you for this library! I'm in the progress of migrating an application from akka-http to http4s and I noticed a behavioral difference. While in `akka-http` paths are...

Fix scalatest dependency to be cross platform. Tests were not running on Scala Native and Scala.js

I didn't try yet to reproduce on a smaller example. ## Non-minimal reproduction ```scala // server.sc //> using platform "scala-native" //> using lib "com.github.lolgab::snunit::0.2.4" //> using lib "com.github.lolgab::snunit-async-epollcat::0.2.4" //> using...