NicklasWallgren
NicklasWallgren
Has there been any progress into integrating support for CraC lately?
Still an issue. `com.github.dockerjava.api.model.Info` is missing type hints. ``` Could not find a valid Docker environment. Please check configuration. Attempted configurations were: UnixSocketClientProviderStrategy: failed with exception RuntimeException (org.testcontainers.shaded.com.fasterxml.jackson.databind.JsonMappingException: Can not...
Any chance of this getting merged?
> @NicklasWallgren Hi! As a workaround before merge, you could use lombok's @ExtensionMethod with these methods' implementations. Hope this will help you. Cheers! Thanks for the reply. I've created a...
I had the same idea and started implementing a POC last week. I'm planing to implement a simple git-sync-plugin using rust/wasm and wasm-git.
I've also encountered this issue, it stops syncing after the laptop has returned from sleep. I'm forced to reload the plugin in order to get it to work again. The...
I think it's due to the `PromiseQueue` which stop processing tasks if the queue is larger than one, due to race condition.
I stumbled upon this error today, and the error message was not helpful.
Has there been any progress around this, or workarounds?
@gavinking Are you able to review this PR, or any of the other contributors? 🙂 Thanks