-
Updated
Apr 3, 2022 - Python
ASGI
ASGI (Asynchronous Server Gateway Interface) is a spiritual successor to WSGI, intended to provide a standard interface between async-capable Python web servers, frameworks, and applications.
Here are 229 public repositories matching this topic...
This should make developer life easier if they forget to use the federation schema :)
See: https://discord.com/channels/689806334337482765/773519351423827978/950480727630303232
-
Updated
Apr 7, 2022 - Python
-
Updated
Apr 8, 2022 - Python
-
Updated
Mar 2, 2022 - Python
-
Updated
Mar 26, 2022 - Python
-
Updated
Dec 8, 2021 - Python
Should add a section to the docs for third-party examples and guides using Mangum
-
Updated
Mar 11, 2022 - Python
It would be nice if there was a new clause which can be added to queries called callback.
For example:
def callback_handler(success, value):
if success:
print(f'The query was successful and returned {value}')
else:
print("The query failed")
Band.select().callback(callback_handler).run_sync()The callback could be a function or coroutine, wh
-
Updated
Apr 8, 2022 - Python
-
Updated
Mar 14, 2020 - Python
You can never have enough tests - some parts of the tests are not great, it would be very nice to have more tests / better tests etc. Also it would be very good to find more bugs.
This ticket is meant to stay open - anyone can add PRs that point to it. Its also a place to aggregate discussions regarding the test suite.
Checklist
- There are no similar issues or pull requests for this yet.
Is your feature related to a problem? Please describe.
Currently the values for datetime columns seem to be rendered as ISO-8601 with millisecond precision which is unnecessary (eg 2022-04-04 22:43:30.027151)
Describe the solution you would like.
It'd be great if we had a way to pass some sort of custom f
Link to relationship
-
Updated
Feb 22, 2022 - Python
-
Updated
Mar 31, 2022 - Python
-
Updated
Mar 7, 2022 - Python
-
Updated
Jan 21, 2022 - Python
-
Updated
Feb 22, 2022 - Python
-
Updated
Apr 10, 2022 - Python
-
Updated
Apr 4, 2022 - Python
At the time of this writing,
falcon.testing.Resulthas no custom__repr__: