Rolf Timmermans
Rolf Timmermans
Thanks! We always aim for feature parity across the client libraries (for all languages). If we implement this we also wish to think about how it applies to the other...
Hi! The ACL that is used is the `public-read` canned ACL. This policy is set as soon as the optimised image is uploaded to S3. Maybe the bucket is configured...
Thanks for the clarification. A 403 error could indicate the file is (still) missing. As far as we're aware, this is expected behaviour of AWS S3. After upload succeeds, the...
Thanks for the follow-up. I agree that it's suspicious that you do not observe this effect if you upload to S3 yourself. We'll try to investigate further to see if...
I'm surprised the RubyForge site is still online. RubyForge is supposed to be defunct, isn't it? I probably have the login details somewhere, but I can't figure out where to...
Awesome, thanks! We'll merge this, but probably want to rename the methods to reflect that the optimisation is only disabled for the current request / script. The current `master` is...
I think you're right. In order to deal with high water marks the stream needs to be paused, otherwise the event queue will still fill, potentially until your system memory...
I expect you can write a simple wrapper function for your use case that accepts the `.signal` property of the `AbortContrller` (`AbortSignal`): ``` function on(ee, event, {signal} = {}) {...
> I just found this library and thought it looked cool and saw that you need either `call` or `apply` on `subscribe` and `stream`. What is the reason behind that?...
Also running into this. Any ideas for a temporary workaround?