tornado
Here are 653 public repositories matching this topic...
-
Updated
Mar 15, 2020 - Python
We are using "passing arguments by url" functionality to connect to our devices in new tab.
When we log out, we expect the tab to close.
We made an example of what we talking about.
The following code needs to be added to test what we expect.
if(text=="chan closed"){window.close();}
after this
https://github.com/huashengdun/webssh/blob/359a91b5e801aae840e78e79454fee045f68b57f/webssh/
-
Updated
May 9, 2019 - JavaScript
Other codegen tools support circular references. See swagger-api/swagger-codegen#728.
I this this issue with the following yml:
Node:
description: Generic node.
type: object
properties:
type:
description: Type or label of the node.
type: string
properties:
description: Node specific dictionary of key/value pairs-
Updated
Jun 6, 2020 - Python
-
Updated
Sep 17, 2019 - Python
The docs currently focused on providing reference documentation, and a little quickstart section.
It would be great to further expand on how to use gidgethub for GH Actions or GitHub v4 API.
Perhaps the docs can be split into:
- Quick Start
- API Reference
- More Examples, e.g. building a GitHub App, Actions, etc.
Hello,
I'm trying to test a remote Firefox connection using Arsenic. It doesn't look like your Remote service supports desired_capabilities or profile parameters?
Here is the synchronous code I usually use:
from selenium import webdriver
capabilities = {
'platform': 'LINUX', 'browserName': browser, 'version': '',
'enableVNC': True,
}
profile
If people using this tool against an insecure https endpoint, whose cert cannot be verified, they will get an error message similar to
SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed ....
Tornado supports validate_cert parameter in tornado.httpclient.HTTPRequest but this tool doesn't expose it.
-
Updated
May 4, 2020 - Python
-
Updated
Dec 18, 2019 - HTML
-
Updated
May 20, 2020 - Python
-
Updated
Oct 25, 2019 - Python
Improve this page
Add a description, image, and links to the tornado topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tornado topic, visit your repo's landing page and select "manage topics."
错误信息:
Step 10/16 : RUN pip3 install --upgrade pip
---> Running in 83716c526776
Collecting pip
Downloading https://files.pythonhosted.org/packages/c2/d7/90f34cb0d83a6c5631cf71dfe64cc1054598c843a92b400e55675cc2ac37/pip-18.1-py2.py3-none-any.whl (1.3MB)
Installing collected packages: pip
Found existing installation: pip 10.0.1
Uninstalling pip-10.0.1:
Successfully uninstalled