Gilles Dubreuil

Results 22 comments of Gilles Dubreuil

@aufi, Hi Marek, sorry for slow response. I've addressed conflict. Thanks!

@ShamoX, that sounds good meanwhile I believe you have to start from latest commit because your PR is containing lots of already committed ones. Thanks

Sounds like a good idea! I think we could offer the feature as an option, for instance as a global parameter. So by default there are no options `{}` and...

My concern is about the impact on existing deployments and more precisely is on what type of errors the `:idempotent` feature handles. Also what about the others requests PUT/POST, if...

Thanks for the details, it makes sense that GET and DELETE are idempotent by nature vs the modifying verbs. For the option we could combine both options `{:idempotent => ["GET",...

I've tested some initial code with https://github.com/fog/fog-openstack/pull/462. The default cannot be true because it breaks the tests and might also impact existing deployments. So you have to activate it (:idempotent...

@NautiluX, Sorry I saw your comment after my latest post. Well I suppose there are several ways to accomplish the same thing ;). The important thing, I think, is that...

@NautiluX, I'll update the related PR this week.

@NautiluX, I've updated and finished the PR for an initial review. Please feel free to test it for feedback or any issues. Cheers

Works for me without using 'reload'. I've not been to the bottom of it but why use reload at all? Also, I use the file path to `upload_data` not the...