The Wayback Machine - https://web.archive.org/web/20210224023903/https://github.com/topics/flask
Skip to content
#

Flask

flask logo

Flask is a web framework for Python, based on the Werkzeug toolkit.

Here are 21,895 public repositories matching this topic...

superset
junlincc
junlincc commented Feb 20, 2021

Current, in Explore left data panel Columns section, user see
1) actual column name that without a label e.g. job_intr_dataengn(column name, no lable)
or 2) label name of columns e.g. yt_codingtuts360 label(label name of yt_codingtuts360)
from the view.
when user hover on the text, exact same information
change: display actual column name in tooltip, when there's a label
<img wi

dash
jofpin
jofpin commented Jan 22, 2020

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

butla
butla commented Feb 5, 2020

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

davidism
davidism commented Feb 9, 2021

Werkzeug 2.0 is changing how Local is implemented to use a ContextVar instead. This means that the ident_func is no longer relevant (and probably shouldn't have been used externally before either). Currently, it raises a RuntimeError, but soon it will show a DeprecationWarning. Either way, Flask-SQLAlchemy shouldn't try to use Werkzeug's implementation anymore.

Since Flask-SQLAlchemy

Created by Armin Ronacher

Released April 1, 2010

Latest release 11 months ago

Repository
pallets/flask
Website
flask.pocoo.org
Wikipedia
Wikipedia