Claudio Bley
Claudio Bley
AFAIK, old releases should still be available from the JCenter repository: https://mvnrepository.com/artifact/de.cbley/play-json-refined (`useJCenter := true` in build.sbt) Publishing a new release to sonatype is still on my todo list (with...
Hi @cormacrelf > I've successfully used this implementation with BuildBuddy, both from Linux (using remote_enabled = True), and from macOS, with remote_enabled = False but caching still enabled. I have...
I am on Linux too and experience the same problem. ```console $ find . | wc -l 2366 $ time buck2 server [2024-01-15T09:25:10.959+01:00] Waiting on buck2 daemon ecd95896-036f-4d0b-be57-a874b50c72d2... buckd.endpoint=tcp:35185 ________________________________________________________...
Also to note, I was seeing a problem with changes to `BUCK` files or `.buckconfig` not taken into account which I assume could be related to a problem running out...
> Which exception do you get I'm getting a MPDConnectionException > and what' the point in continuing if initialization doesn't work? Counter-question: Why do you make the initialization fail if...
Honestly, I have no experience with using Akka in Java. I have played a bit with some ideas which lead me to nowhere during the hour of spare time I...
update: after another fiddling last evening, I successfully re-implemented the Websocket handling in Scala using the aforementioned Concurrent.broadcast mechanism. This should solve the concurrency problems and makes the code very...
I just pushed my code into this branch: https://github.com/avdv/play-mpc/tree/scala-app Works pretty well. But there's a glitch. (almost) Every time a "reload" command is send over the websocket, a ClosedChannelException is...
Hi, when trying to upgrade to 0.48.0 / 0.48.1 I see this error: ``` INFO: Repository com_github_golang_protobuf instantiated at: /home/runner/work/gazelle_cabal/gazelle_cabal/WORKSPACE:153:22: in /home/runner/.cache/bazel/_bazel_runner/048d85559eaccf97cf886d3788a80e96/external/io_bazel_rules_go/go/private/repositories.bzl:200:12: in go_rules_dependencies /home/runner/.cache/bazel/_bazel_runner/048d85559eaccf97cf886d3788a80e96/external/io_bazel_rules_go/go/private/repositories.bzl:295:18: in _maybe Repository rule http_archive...
I ran into the same problem. Could be a conflict with the Scala plugin perhaps, since this plugin is using Scala 2.12 and I suppose the Scala plugin is on...