Gabriel Díaz
Gabriel Díaz
Changin the UpserId part in SaveAccess with: ``` udata:= bson.M{"$set": data} _, err := accesses.UpsertId(data.AccessToken, udata) ``` Works, but then, when recovering the data in LoadAccess, I get errors: ```...
Nevermind, I guess this is because I'm using the latest osin patch with the breaking changes...where Client is an interface.
The code is already there, it differenciates between linux and osx. With a new flag which, instead of being called dbsd should be called nojemmalloc or simmilar. On the other...
I think we need to implement marshalers and unmarshalers to our data types, so they get encoded as we want, instead of using the default rules of the json package.
I'm sorry for the delay to answer this. We're glad you find QED interesting. We don't have a detailed comparison. We have talked with the Trillian guys before implementing QED....
My proposal: ``` ActualVersion -> EventIndex CurrentVerrsion -> ProofIndex QueryVersion -> QueryIndex ```
The native discover plugin works as it should and the cursor goes to the top of the page.
We need to improve the usability of the message. Then link migh be disabled after more events are loaded. It is difficult to get to the message without triggering the...
There is already a rule with the ID 100001. The issue here is that the system allowed creating a rule with a duplicated ID. When the router goes back to...
This is a known issue. We need to redesign our discover plugging code to fix it. The divergences between ElasticSearch and OpenSearch will make this more difficult, as the runtime...