-
Notifications
You must be signed in to change notification settings - Fork 993
api-review-2 #501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also thought about to introduce upstream a new Error called |
Also the playwright error should be namespaced with Playwright i.e. |
Also #507 |
I agree there, had that also in mind. |
@mxschmitt Is playwright python docker image public now? |
@mxschmitt @pavelfeldman In the README for $ python -m asyncio
asyncio REPL 3.9.1 (tags/v3.9.1:1e5d33e, Dec 7 2020, 17:08:21) [MSC v.1927 64 bit (AMD64)] on win32
Use "await" directly instead of "asyncio.run()".
Type "help", "copyright", "credits" or "license" for more information.
>>> import asyncio
>>> |
@mxschmitt May be we should change the way sync api works with something like #439 (comment) |
This is now done. |
The text was updated successfully, but these errors were encountered: