Isaac van Bakel

Results 12 comments of Isaac van Bakel

Doh! Yep, that's a break I introduced. I'll have to un-nest the definition of the compatibility layer so it's not under Cabal 2.2+

Great issue and example! Just been bitten by this as well.

FYI @basvandijk your fix is now implemented over on our branch here: https://github.com/SupercedeTech/amazonka/commits/temp-vhost-fix I've tested it for our use case (using Moto as an S3 mock) and it works as...

I apologise for rewriting this resource system from scratch, instead of adapting the code from the other PR, since it creates additional reviewing load. But we really need a many-to-many...

Whoops, thanks for reminding me about this PR. The backwards-compatibility issue should be fixed now.

#92 should be a minor version bump, so I think we can hold off on merging it if we want to cut a major release now thanks to the UIConfig...

I'm going to merge this, since it would be good to cut a major release soon, and this is an often-requested feature that works well for us at Supercede.

Closed by #80 .

The changes required to get `onJobTimeout` working are a bit cryptic. I've got a changeset that works for testing locally, but why exactly it works, and why the changes are...

Alright, I appear to have fixed the issue. I still don't know exactly if masking matters or not, but changing the timeout code to not call `uninterruptibleCancel` allows the timeout...