John Jones
John Jones
Finally managed to get a test case that reliably triggers the deadlock and this patch does resolve the issue. Could I get someone who actually knows python to take a...
Would [`shutil.rmtree`](https://docs.python.org/2/library/shutil.html#shutil.rmtree) be the correct choice here?
In case anyone else came to this issue looking for a solution, I use something like this: https://www.whaletech.co/2016/04/07/encryption-ephemeral-volumes-with-kms.html With the yas3fs cache and mount point inside the encrypted partition. This...
@tjgillies Could you pretty please test using latest? ``` git https://github.com/danilop/yas3fs.git pip install ./yas3fs ``` pip might need sudo or to pass --user, idk your situation
I'd be happy to help with the stewardship of the project.
I don't believe we do, it would probably behoove us to send the new ETag in change alerts and keep a lisr of list of those changes so we can...
> Can this be merged? I would like that very much, if you have an in at Hashicorp or are paying them or some consultant they actually listen to you...
Migrated to the plugin framework as @aristosvo has done for #31681 / #36993, hopefully that helps it get merged.
@nevstokes Big agree but here we are. If it's helpful, I use something like the following as a workaround: ```hcl data "external" "users" { program = [ "${path.module}/fetch-users.sh" ] query...
Just spent the day scratching my head over Net::HTTP's behavior around proxies and didn't see the tickets that led to this PR until now lol Anything I can do to...