Bart Venter
Bart Venter
zzI had the same issue (in terms of not being able to add context), my temporary solution was to add a middleware that checks if security scopes had been set...
I've been digging into this issue and although I was unable to reproduce the panic, I added a preventive check for `awsdynamodb` [here](https://github.com/bartventer/go-cloud/blob/daa25e8279b40982fee4d5579cc48cdcd8cf423b/docstore/awsdynamodb/query.go#L493). This check returns `io.EOF` if there are...
> Per AWS, "A Query operation can return an empty result set and a LastEvaluatedKey if all the items read for the page of results are filtered out." > >...
@phanirithvij @cassiobotaro Could you please review this PR and consider merging it? Many thanks!
I encountered the same `operation is manually canceled` error with a multi-file editor when invoking `restoreViewState` (Vite app). A hack to suppress the log is to add a global error...