Harrison Wong
Harrison Wong
I opened the attached issue (https://github.com/drivendataorg/cloudpathlib/issues/376) to introduce compatability between `aiofiles` and `cloudpathlib`. The author gave some suggestions for making the two libraries compatibility, possibly including a modification to this...
`aiofiles` is a Python project to perform IO asynchronously. I am able to asynchronously read files from s3, but I cannot write files to s3. The following code example fails:...
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description I have a generic class `MyParser[T]` which parses a python object into a generic type `Payload[T]`....
**Is this a support request?** No **Describe the bug** A very large volume error logs reading `Unhandled exception in event processor` occured at a rate of about 97k logs/min until...
[These methods](https://github.com/drivendataorg/cloudpathlib/blob/08b018b36f90f89003e0c9e5ebd19030b41c2433/cloudpathlib/cloudpath.py#L684-L719) essentially wrap the `open` context manager. The `open` context manager accepts force overwrite kwargs: https://github.com/drivendataorg/cloudpathlib/blob/08b018b36f90f89003e0c9e5ebd19030b41c2433/cloudpathlib/cloudpath.py#L552-L553 Would you support a PR that: * adds `force_overwrite_from_cloud` to `read_{text,bytes}` * adds...
Thank you for the real nice software. I love using it every day. Just a feature idea: Add an optional flag to `git machete status` to show the status of...