Raymond Huang
Raymond Huang
Doesn't `filesChange` emit all the existing files, the new and the old, since `files` is already pushed into `this.files` at that point? I was thinking something like this: ``` que(...
Yeah, that's what I'm doing at the moment, though it seems to make more sense to emit the diff from this directive. I'll see if I'll get a chance to...
@andrykonchin hello, any idea why this is happening? it happens occasionally, not all the time. it seems like `page.items` is `nil`? https://github.com/Dynamoid/dynamoid/blob/b2103d9722ff894abf3363ffafda28d35f52570b/lib/dynamoid/adapter_plugin/aws_sdk_v3.rb#L519
`1.80.0`, thanks.
Here is a more recent stacktrace with ruby 3.0 and latest version of dynamoid. aws-sdk 3.0, aws-sdk-dynamodb 1.80.0. ``` undefined method `map' for nil:NilClass /var/app/current/vendor/bundle/ruby/3.0.0/gems/dynamoid-3.8.0/lib/dynamoid/adapter_plugin/aws_sdk_v3.rb:492:in `block (2 levels) in query'...
I can try. It happens every few days. My logs are stored in CloudWatch and I'm not sure how noisy `http_wire_trace` could be and affect the cost. Can you prepare...
Yes, it happens for both my test and prod env, so I will try to observe my test env for it. Thanks.
Thanks. I will report back in a few days.
@andrykonchin https://github.com/aws/aws-sdk-ruby/issues/2914#issuecomment-1743639010
@andrykonchin Do you mind plugging this into a separate branch like the wire trace debug? https://github.com/aws/aws-sdk-ruby/issues/2914#issuecomment-1766817792