-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue?
- [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Found this in a simple Python framework http://flask.pocoo.org/docs/0.10/quickstart/#rendering-templates, allows for optional arguments.
``` py
@app.route('/hello/')
@app.route('/hello/')
def hello(n…
-
link that should follow:
https://github.com/lucrae/flask-cheat-sheet
# Flask Learning To-Do List
- [x] **Set Up Your Development Environment:**
- Install Python if you haven't already.
…
-
Hey,
when trying to start the insecure application with `python3 app_insecure.py` I'm stuck with the follwoing error:
```
Traceback (most recent call last):
File "/home/marius/projects/fopnp…
-
I want to deploy my Flask app onto the server. I am trying to do it on [DigitalOcean](https://www.digitalocean.com/).
My Flask app edits and processes videos for the user; therefore, I use the lib…
-
This issue for contributors willing to contribute in web dev + python. We wish to shift local python setup to flask webapp with peer.js for the video call feature. For setting up the web app, we will …
-
### Objective:
Implement a web-based text editor using a modern JavaScript library (such as CodeMirror or ACE Editor) integrated into the existing Flask application.
### Description:
- **Route Setup…
-
As per https://github.com/alphagov/govuk-design-system-backlog/issues/97#issuecomment-552755688:
> Would it be possible in a future update the ability to change the SVG of the crown? At CH we don't…
-
### Description:
Whenever I run my tests in GitHub Actions (which runs them via the Ubuntu image), I get errors in my tests when they try to call my Lambda after starting the SAM CLI (also done b…
-
Here's a high-level overview of the features and design for the image manipulation website:
Features:
Upload Images: Allow users to upload images from their local device.
Resize Images: Provide…