Back
Flask
Mentioned in 35 todos by 15 makers.
Mentions over time
Loading...
Sentiment
Loading...
Praised in 11.4% of mentions (site average 9.9%), complaints in 0.0% (average 3.7%).
What makers are doing
Loading...
Often used together with
Do you make Flask?
See everything makers say about it: every mention with praise and complaints, sentiment trends, weekly email digests, and CSV export.
Explore InsightsRecent todos mentioning Flask
spend a bunch of time trying to understand how some boneheaded stuff works in Flask
today was my first day actually doing Go development instead of just tutorials: took a magnesium tablet b/c I felt anxious last night, I think from the caffeine in the cocoa I had been drinking; copied my frontend code from my flask/vuetify template repo to my go/vuetify template repo; confirmed I can serve the frontend code locally; installed Go; drank an iced cocoa; successfully started my 'Hello World' main.go backend file as a web app server; asked ChatGPT for help converting my "POST /users/" request to use Go; created a Go module; installed Postman macOS; took a 15min break after an hour; got my frontend app "talking to" my Go backend (successfully returned "Hello World" and had it on-screen in my frontend app); added Go middleware to log every request to the console so I can see what is happening; renamed my (default) branch from 'master' to 'main'; got live reloading for my Go backend (it automatically reloads the backend when I make changes to the code); confirmed my "POST /users/" returns 201 when I use the frontend registration form; came up with a task for tomorrow: get "POST /api/session" working; set up PyCharm to be able to explore my SQLite db from within the DB toolbar; confirmed that my user registration created a new user record in the db
Worked half a day from @pixelsnob's office - great exchange about legal stuff, backlinks, SEO and our fondness for Flask
I spent 3 hours fixing a bug with socketio, flask for img2html... well now fixed so not bad at all. Now time to enjoy a big pizza with my gf #happyfriday #buildinpublic
Fixed a bug that was preventing auth from working in prod b/c Apache was stripping the auth header before passing it to my Flask app.
got sign-in/sign-out working for my flask/vuetify template, so I can now use that in all my future projects
Got whatdo.com up-and-running based on my flask-vuetify template (viper.guru).
Cloned my Flask/Vuetify template repo to start work on my "Let's Play" idea
More super-boring chores: Switched the imports so that `flask routes` would work, to help me figure out why a particular route was 404ing (now fixed).
#rhymecraft
Fixed an annoying db-related error with the
#rhymecraft flask code that was causing it to error when I tried to query the API when running it on my laptop.
🧪 it seems like expressjs + prisma is faster than flask+sqlalchemy | without any optimization