Flask

Flask is a web framework for Python, based on the Werkzeug toolkit.
Here are 19,369 public repositories matching this topic...
In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set max_date_allowed = datetime.today().date()
, but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.
E
-
Updated
Oct 7, 2020 - Python
-
Updated
Oct 2, 2020
-
Updated
Dec 20, 2019 - C#
It has been a pleasure for me to contribute to all of you 2 versions of this tool.
I've been working on other open source projects that I'm about to release for you, so I haven't finished trape version 3.0.
But, I invite you and the entire community that has used this project, to collaborate with some lines of code, implementing your own ideas and improving trape, turning it into a project o
-
Updated
Oct 9, 2020 - Python
-
Updated
Oct 2, 2020 - Python
Hey! When I was reading the docs and I saw api.background.task
, the first thing that popped into my head was "but you can just use asyncio.create_task
or loop,.run_in_executor
for that without inventing something new!". But then I noticed that it also passes the context vars to the synchronous backround stuff, which is nice. Wonder why that's not the case in the stdlib, cause it would be nic
Test coverage 100%
SentryMiddleware
-
Updated
Oct 13, 2020 - Python
I'm new to Flask, and was wondering about a feature that I think would be useful to add to the Pagination class. Unless I'm missing it, there doesn't seem to be a built-in way to get the numbers of the items you're viewing on the page itself. That is, if you want to display "387 records found; displaying 26–50", you'd have to do calculations to get the "26" and "50".
I think something along the
-
Updated
Aug 17, 2020 - Python
-
Updated
Oct 12, 2020 - Python
Like in #1675 we should review all the dependencies to see if we can pin exactly what dependencies we want. Something like pip freeze.
-
Updated
Jul 12, 2020 - Python
-
Updated
Sep 25, 2020 - Python
ujson is no more actively maintained and specially for some critical bugs not present in json package.
one example forcing us to revert ujson usage:
ultrajson/ultrajson#325 (2 days ago, mine)
ultrajson/ultrajson#301 (same but 1 year ago and no answer)
-
Updated
Jun 30, 2020 - Python
-
Updated
Oct 2, 2020 - Python
-
Updated
Nov 19, 2019 - Python
-
Updated
Oct 7, 2020 - Python
-
Updated
Oct 12, 2020 - Python
Created by Armin Ronacher
Released April 1, 2010
Latest release 6 months ago
- Repository
- pallets/flask
- Website
- flask.pocoo.org
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe.
I have a lot of trouble distinguishing between the shades of green signifying a running vs successful query in sqllab.
Describe the solution you'd like
Ideally these would be two different colors for running vs successful. Maybe yellow and green respectively?
Describe alternatives you've considered
If there isn't