José Augusto Bolina
José Augusto Bolina
Exists a method for this in the official documentation, [https://core.telegram.org/method/users.getFullUser](users.getFullUser). In ruben implementation, the TLMethod is TLRequestUsersGetFullUser passing the userId. But, when I do the RPC call, is returned the...
https://issues.redhat.com/browse/ISPN-13985 https://issues.redhat.com/browse/ISPN-13994 A follow-up of #10196 adding some tests to the `AsyncCache`, once that one is integrated I'll rebase. I left out all things that returns a `Flow` and I'll...
…h a schema but the schema is missing https://issues.redhat.com/browse/ISPN-14036 This is more of a draft, so we can discuss possible solutions. The one I have here is the simpler way...
https://issues.redhat.com/browse/ISPN-13911 * Added the endpoint to retrieve information about distribution of a given key in a cache. Keys that do not exists return an empty list. * Added an action...
https://issues.redhat.com/browse/ISPN-12350 We need to use the `PersistentUUID` while hashing the node's address. Initially, I was going to only pass the converting method from `PersistentUUIDManager` in all `ConsistentHashFactory` uses, but soon...
https://issues.redhat.com/browse/ISPN-14129 Using the same value exposed in the stats.
https://issues.redhat.com/browse/ISPN-13489 I've created `CompletableFuture`, which can be retried multiple times. We have the back-off for the whole `DefaultIracManager#run` and a back-off per operation issued to the remote sites. Both follow...
https://issues.redhat.com/browse/ISPN-14125 Enabling `PreloadManager` to run more than once. We add a versioning to the manager, so it can keep track of loaded versions. When the entry is loaded, it is...
I was using the whalesong installing it with pip, but this was creating a lot of communicatino between other js modules I have running in my project. So, I want...
* Created a class to hold the node's internal state and serialize. Right now, it has only the members of the protocol. * Store the internal state in the snapshot....