Skip to content
#

wsgi

Here are 331 public repositories matching this topic...

dvzrv
dvzrv commented Apr 4, 2022

Hi! I'm packaging falcon for Arch Linux. When trying to update to 3.1.0 I attempted to run the included tests.
This fails unfortunately, because pytest can not find required files contained in the examples directory:

============================= test session starts ==============================
platform linux -- Python 3.10.4, pytest-7.1.1, pluggy-1.0.0 -- /usr/bin/python
cachedir: .p
sqladmin
lovetoburnswhen
lovetoburnswhen commented Apr 6, 2022

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

enhancement good first issue
cheroot
kasium
kasium commented Sep 10, 2021

I'm submitting a ...

  • 🐞 bug report
  • 🐣 feature request
  • question about the decisions made in the repository

🐣 Describe the solution you'd like
It would be great to see the python 3.5+ type hints in the repository, especially for the Server api.

📋 Describe alternatives you've considered
Adding type stubs to typeshed (https://github.com/python/typeshed/tr

enhancement hacktoberfest-accepted help wanted good first issue

Improve this page

Add a description, image, and links to the wsgi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wsgi topic, visit your repo's landing page and select "manage topics."

Learn more