You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have no idea how much work would be required to implement this, but it'd be awesome to be able to
awaitRepo.clone_from(url, path)
(or something similar -- it's not the end of the world if it has to be a separate method):
awaitRepo.async_clone_from(url, path)
I just read the blurb about the status of this project, so totally get that this would only be unlikely to be implemented without an enterprising contributor.
I googled my way to asyncio.create_subprocess_exec, so it's definitely possible, but it seems like it'd be a ton of work to maintain async and non-async interfaces for everything, so I could understand if you'd rather not accept this as a contribution
The text was updated successfully, but these errors were encountered:
I have no idea how much work would be required to implement this, but it'd be awesome to be able to
(or something similar -- it's not the end of the world if it has to be a separate method):
I just read the blurb about the status of this project, so totally get that this would only be unlikely to be implemented without an enterprising contributor.
I googled my way to asyncio.create_subprocess_exec, so it's definitely possible, but it seems like it'd be a ton of work to maintain async and non-async interfaces for everything, so I could understand if you'd rather not accept this as a contribution
The text was updated successfully, but these errors were encountered: