Francisco A. Lozano
Francisco A. Lozano
Is there any plan for a streaming-based API for things like smembers, lrange or zrange? There can be a huge number of items there, and it'd be great if a...
current signature is ``` java CompletableFuture getFutureWithRetry(RetryCallable task); ``` It'd be great for it to accept also `RetryCallable`
``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 27.298 s [INFO] Finished at: 2019-11-15T14:32:04+01:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5:assembly (default-cli) on project devtools: Error...
- Gradle 7.1 - Eclipse 2021-06 - OpenJDK 11 - complex composite build When importing a complex composite build which includes several other projects, I get: ``` java.lang.IllegalStateException: Cannot use...
Env: ``` flozano:~$ docker --version Docker version 1.10.3, build 20f81dd ``` ``` flozano:~$ docker-machine --version docker-machine version 0.6.0, build e27fb87 ``` (tried with both virtualbox and vmware-fusion) ``` flozano:~$ gradle...
I'm seeing this behavior:  CopyOfBaconStory and copy_of_bacon_story.story are copies of BaconStory and bacon_story, respectively. I execute it by JUnit-running the whole project. If I execute each story individually, I...
Is there any way to create a FS that accesses only a subdir in S3? (basically a `prefix/` to everything)
It looks like a major version should have been used, this seems like a major change to me. Is there any guide about how to proceed to upgrade?
I would like to use a version of QueueBufferConfig that can be reconfigured. QueueBufferConfig is not final, so with just this small change I can hook what I need to...