Igor Ramazanov

Results 22 comments of Igor Ramazanov

Strongly support this as relying on `sbt` for compilation if one simultaneously works on many projects is quite a waste of resource, imho. `sbt` then could be seen as a...

Am I right that the workaround for now if I must have JDK11 locally would be as follows: 1) Clone the project (since the fix is already there, just haven't...

@olafurpg Thank you so much for the quick answer! I haven't tried it yet, but will do tomorrow and let you know if it works out. Thank you and stay...

@olafurpg I tried the #1204 (not thoroughly) and failed to properly setup it having the same `couldn't find JDK 1.8` error. I wrote personal bash scripts using `coursier` to run...

@agourlay Doesn't `BlazeServerBuilder[Task].withNio2(true)` solves the problem? We had the same issue in our tests with a WebSockets http4s server and it went away with the above option.

The problem was solved when I chose a different HTTP port, so it might be just something with my local machine; however, this issue is about inconvenient handling of protocol...

I'm trying to be disciplined with the dependencies using an sbt plugin https://github.com/cb372/sbt-explicit-dependencies. The plugin can report nice messages about unused and undeclared compile time dependencies. However, if you probably...

I think this can be closed, as it was done in https://github.com/kak-lsp/kak-lsp/pull/679

Hi, yes, I would like to remove Scala and use something more standard too. Tried first with `awk`, but it was difficult for me as I am not that profficient...

@mawww @krobelus Hi, I've rewritten the script to Python 3. Now it does not depend on `fd`, `scala-cli`, `sed` and `awk`, uses only Python 3 and https://antora.org.