Crosson David
Crosson David
You're right ! And thank you for your feedback :) The example I've just written to test this workaround : ```scala // --------------------- //> using scala "3.2.2" //> using dep...
With latest release of scala-cli (0.12.1), the behavior is different, it didn't hang anymore but instead it raises an exception : ``` 21:01 $ scl issue-532-example-ko.sc Exception in thread "main"...
The workaround for scala 3 context inspired from the stackoverflow : `given Schema[Message] = Schema.derived[Message].title(classOf[Message].getSimpleName)` It would be interesting I think to avoid all those `givens` by having those title...
Found this hint : https://stackoverflow.com/questions/31094267/invalid-jpeg-file-structure-two-soi-markers-error
I've just checked, https://github.com/zio/zio-http/issues/2584 hang issues I had previously and coming from the ZIO side, are fixed (zio 2.0.22, tapir 1.10.5, zhttp-3.0.0-RC6), but now I have something wrong when tapir...
Consider the stream logic `failingGreetingStream3` bound to helloEndPoint, it summaries the issue I have, and once written like this it also gives me some hints on what's going on. I...
I've already noticed very rare network like issues, I didnt yet state if it is related to the network, the openssh server, the jsch library or my code ; I've...
Could you give me more input ? Because from my quick tests it runs fine : ``` bash$ sleep 1 ; echo $? 0 ``` And with jassh : ```...
See : https://segment-anything.com/
Hello, thanks for your feedback, and what you describe is a new need I also have right now :) Going to explore and prototype this.