-
Updated
May 19, 2020 - Python
async-python
Here are 39 public repositories matching this topic...
I was writing my first app with Klein, and I wanted to serve some CSS and Javascript files. I read this example: https://klein.readthedocs.io/en/latest/examples/staticfiles.html
It shows me how to open up a directory, but anyone can browse the whole directory on disk to discover all the contents. I don't want to enable directory listings, and I just want to serve specific static files.
The [
Hello! If I'm not wrong I found a typo in Introduction section.
https://aio-pika.readthedocs.io/en/latest/rabbitmq-tutorial/1-introduction.html
You mentioned several time and listed in code snippet that in sender.py queue must be declared before send a message. But in sender.py code right after channel creating you publish a message and if run a sender.py before receiver.py you will not receive
I encountered an issue with crochet not terminating the twisted deferred correctly when raising the TimeoutError exception.
Code for reference
def test_eventual_result_timeout(server_url):
# server incredibly slow
eventual_result = fido.fetch(server_url + '100sec')
# make sure no timeout error is thrown here but only on result retrieval
assert eventual_result.ori
-
Updated
May 21, 2020 - Python
-
Updated
May 24, 2020 - Python
-
Updated
Nov 19, 2017 - Python
-
Updated
Jan 10, 2020 - Python
-
Updated
May 2, 2020 - HTML
-
Updated
May 2, 2020 - Python
-
Updated
Dec 8, 2019 - Python
-
Updated
Jul 6, 2017 - Python
-
Updated
Oct 22, 2018 - Python
-
Updated
May 25, 2020 - Python
-
Updated
Dec 21, 2018 - Python
-
Updated
Mar 10, 2018 - Python
Should probably migrate all embeds to using some sort of generalized embed builder function that chunks the embed into multiple embeds as determined by their length. Right now, the warnings command will fail if either is > 1000 characters
Description of issue:
API method close_position()
doesn't close all positions unless either long or short units to close is specified.
Expected behaviour:
The default should be to close all positions long and short when not specified.
Actual behaviour:
The default is to send no arguments to the endpoint. Un
-
Updated
Oct 21, 2017 - Python
-
Updated
Apr 24, 2018 - Python
-
Updated
Mar 6, 2018 - Python
-
Updated
May 2, 2018 - Python
-
Updated
May 26, 2018 - Python
-
Updated
Oct 2, 2018 - Python
-
Updated
Mar 3, 2017 - Python
Improve this page
Add a description, image, and links to the async-python topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the async-python topic, visit your repo's landing page and select "manage topics."
In the documentation for
connect()
function, parameter server_settings has the following description:The link in the description returns erro