The Wayback Machine - https://web.archive.org/web/20210620033727/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 24,316 public repositories matching this topic...

superset
suddjian
suddjian commented Jun 17, 2021

While loading, cards link to an undefined page causing a 404.

Expected results

There should not be an active link while the cards are in a loading state

Actual results

The cards attempt to link to their relevant resource, but instead link to e.g. /chart/list/undefined. If you click a card while it's loading you get a 404 page.

How to reproduce the bug

  1. Go to the
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

jessesheidlower
jessesheidlower commented Nov 17, 2017

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

Created by Armin Ronacher

Released April 1, 2010

Latest release 29 days ago

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