Zanie Blue

Results 2922 comments of Zanie Blue

Thanks for the issue. Our difference in `filesystems.py` seems quite important so I'll highlight it again here. ```python if sys.version_info < (3, 8): shutil.copytree(from_path, local_path) else: shutil.copytree(from_path, local_path, dirs_exist_ok=True) ```...

Yep. Can you update the title of your issue to reflect that this is an issue when using Prefect with Python 3.7 and not Debian 10? (as well as the...

🤦 I didn't even realize it was a separate person. Thanks for the teamwork ya'll! We'll happily accept contributions to fix this, otherwise we'll get to it soon.

This is a high priority issue, but there is not an engineer assigned to it yet. I cannot give more details on the timeline, sorry. I would generally recommend moving...

I believe we've noted this in the past, but I do not think Python typing supports a way for us to provide a correct signature here. If you know of...

Hm, it seems like `sync_compatible` failed here and the function's was executed instead of returning a coroutine. I'm not sure though. This one will take some debugging. This MRE is...

Yeah that's helpful, for the MRE it'd be good to have the exact command used so I don't have to guess. I see it's in the slack thread though.

Regarding a contribution, they need to open a pull request from a fork. It seems unlikely that we can just remove the decorator.

I'd prefer not to close the issue. These decorators are essential for sync/async compatibility and modifications to our source code aren't a valid workaround.