CMCDragonkai
CMCDragonkai
All bin commands has seeking? But do all client handlers have relevant seeking parameters?
Check all CLI commands for `--seek` and `--limit` and `--direction`. Check all JSON RPC handlers for `seek`, `limit` and `direction`. Apply them to the generator codes.
Btw that `console.error` is because you have to setup the grpc error handler independently in each test module that would execute the GRPC client or server. I forgot exactly where...
@addievo also review this too.
In the context of audit domain - this will be important. You start with a DB transactional snapshot iterator. That becomes a AsyncIterable through AsyncGenerator syntax, and then at the...
Also if you want to limit by a seek, you could add one more parameter that `seekLimit` - which represents the end of the seek. It is mutually exclusive to...
We can start this issue in the audit domain first - but closing this issue will require full adoption in the client service and agent service.
@tegefaulkes I'm hoping that we can start this now with all the new Unix commands. @aryanjassal should be reviewing this issue. I want to make sure that our pagination system...
For something like `secrets ls`, there may not be a natural "seek key", because when you read a directory, you're not really able to propagate it in. In that case...
To do this, a custom test sequencer that overrides the `shard` method would need to be used. This experimented with prior in https://github.com/MatrixAI/TypeScript-Demo-Lib/pull/65