-
Hi, all. I'm doing an experiment with grpc and find out that the first usage of grpc in a thread costs much more time than the subsequent ones doing the same thing. I tested it on a 2-core laptop and …
-
Currently given a query with an Or block, say for the VSO, two seperate queries to the VSO are performed (because of the way the VSO works), this results in two seperate client blocks inside the `Unif…
-
### How did you install the Amplify CLI?
npm
### If applicable, what version of Node.js are you using?
v18.14.0
### Amplify CLI Version
11.1.1
### What operating system are you using?
Windows W…
-
I need to refactor the message classes because they don't make sense. There is no QueryResponse class, only Reader and Writer classes. But the thing I want to interact with is the response.
-
A minor improvement to avoid throwing an NPE and instead more clearly log an error.
I've seen NPEs when trying to use "queryResponse" if we can't reach Solr, and I've noticed the same NPE reported …
-
The test `VMerkleDual-NDReconnect-500-60m` had two failures recently where the cause seem to be a timeout.
- [develop failure](http://35.247.76.217:8095/swirlds-automation/develop/4N/Reconnect/202403…
-
It would be nice to build a Fido query for a given request ID, for example after you've identified the ID from the datacenter.
You can of course filter this after the search by filtering the QueryRes…
-
## Summary
Along with the contract and enclave binary, devs must also implement the WebSocketListener trait which defines a script which will listen to tendermint events from the configured `node_u…
-
Can add example of Cashay+Optimistic UI for Recipe
-
```js
//http like driver for graphql/apollo
const response$$ = xs.merge(queryResponse$$, mutation$, subscription$)
response$$.subscribe({})
var select = (category) => {
retu…