I am attempting to follow you step by step given the re-brand of sendinblue to Brevo I am finding this guide no longer is relevant. Google also requires a EHLO/HELO domain that this is not supplying here in this guide. Can you make more up to date tutorial?
I haven't watched the full video yet as I am trying to follow along and develop the app with you, but so far you have done a substantial job at explaining all of this! I really like that you explain what things do rather than adopt a "trust me bro" approach. You should consider teaching.
@RavenJS Hey!! This looks like a very good solution😊. But is there any way to have different time intervals for time? Like I want to have an half-hour difference between two times. e.g. 10:30, 11:00, 11:30..... and so on.
I love your content! Since it's under the Creative Commons Attribution license, I've uploaded some of your videos to my RU-vid channel. Thank you! www.youtube.com/@bravehub
I don't even know where to start to thank you. You have just unstuck me from the problem I was trying to fix for the past weeks without receiving any help. You have just allowed me to pass my final exam I've been struggling on so much, and finish my studies. You have just allowed me to get my diploma and start looking for a job. I will never be able to thank you enough. Crazy how people accross the world can literally change your life. Thank you for explaning so well, taking the time and walking us through this. Thank you!
16:15 the webpage shows "404 Not found" when I go to "/posts". Any idea...? Seems like the folder's name become a part of url on his instruction but not on my codes. Is it because I am using windows computer..?
Great video, thank you. After finishing this tutorial, everything works fine. However, I noticed that you forgot something: when clicking on the comment icon and navigating to the post's comments, if you delete the post on that page, it becomes blank because the page depends on the post ID, which has been deleted. Do you have any solutions for this issue?
react-supabase is not working. That's the issue with adding all kinds of dependencies to make it easy. They stop maintaining it and your updated code won't work.
Thanks for the review! Everything is very well explained. But I still have one question: what is the difference between Jotai and Zustand, and also in which case should one or the other be used?
whoever encounters error "Uncaught (in promise) FirebaseError: Missing or insufficient permissions." 1. go to rules in Cloud Firestore 2. in "allow read, write: false" , replace it to allow read, write: if request.auth != null;
Error with DB import: File "/home/**/flasky/server.py", line 2, in <module> from .db import sample_db ImportError: attempted relative import with no known parent package
Also for anyone using windows, point sys.path to the root folder where db is saved for example db was in folder crud-htmx-flask, so import sys sys.path.append("C:\crud-htmx-flask") from db import sample_db
Thank you for the videos about Pocketbase. Can you also make a video about self hosting on a static server please. And also highlight security aspects. Thank you so much.
I have a problem when I navigate through different pages, the profileImageSrc state gets set to the default picture for a little bit till the actual one gets loaded, it's feeling weird how can I fix it