-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Could not find a type declaration for kretes" #96
Comments
Hi @rowild thanks for considering my course! Let's go over everything together. My docs are, indeed, far from perfect and there are a few rough edges. Hopefully the eventual closing of this issue will lower the bar for everyone. Regarding your points:
|
@zaiste Thank you for your feedback! Please - pleasepleaseplease - do not apologize!!!!!!!!!!!! I am so grateful for your tutorials! And I know that Thank you for the extended docu! I read through it and here is my feedback:
I know that it is probably useless to mention everything (even though I would find it useful to have a remark on the role of (Question: Do you intend to add
(I wonder, if your statement about the need of a database is really true in times of headless (CMS)? :-) ... personally, I am really glad to see a project with PostgreSQL, even though this complicates things when going live. Or will you have a recommendation for a postgres hoster, too?) Other things: To answer your question from before: I use the latest Thank you very, very much! |
Thanks for your understanding. The Internet is a strange place sometimes. I know that many people starting their programming adventure would prefer to have clear answers, but I don't want to oversell too much. I appreciate your words of support in this journey. We'll get there! Ad 1. This is a low hanging fruit. I've had various ideas what should be included and what not. I'm still experimenting with few of them. That's the reason I didn't describe those additional files. Now, I think maybe it'd be better to describe them as-is and then simply change it. For the context, I like Tailwind CSS more and more. The only problem is its speed. I don't want it's taken negatively, but the tooling could be much better there, and in CSS in general. The slowness is one of my biggest complains. I had a plan to rewrite it in Rust, but then I don't want to spread my time thin on too many projects. My goal for Kretes is to be instant whenever it's TypeScript recompilation or CSS updates or even purging or minifing, so that the users don't have to see it as a burden in the process. Ad 2. I need to review this process, indeed. I missed the Ad 3. Fixed! Ad 4. OK! I'm adding this. I agree with 100% about the people I target with those tutorials. Regarding PostgreSQL, there are indeed many possible scenarios and approaches, but one of my core intents is to provide a solid educational value to users / readers / viewers of my content. I'd prefer people have the fundamentals well understood before deviating from this traditional approach. The idea is to have enough general knowledge in order to specialize and not the inverse. Specifically, in order to be a good front-end programmer, first one needs to understand the whole picture, not necessarily be good at it, but have a grasp how it all works together. That's my intent ;), somehow analogous how doctors learn: understand the human body as a interconnected, complex system, and only then specialize in a particular section of it wherever it's cardiology, neurology or immunology. I have few ideas how to simplify the hosting/deployment process, including PostgreSQL. I hope to present a part of it in the video tutorials. For the font, I'll revert it. I've been playing with it to increase readability. Thanks again for checking Kretes and your ideas. Your feedback is motivating. Let me know if you had additional questions. Feel free to share you (strong) opinions and to speak your mind. I like friendly disagreements a lot! :) |
Jakub - sorry that I didn't write in such a long time! I had to change the "battlefield" and will not be able to follow along with your fantastic courses for a while. But I keep bookmarking and as soon as I am finished with the other projects I'll be back! |
@rowild No worries! Good luck with everything! I'll keep this issue open for a while and at some point close it when the docs are good enough. :) |
Hi, Zaiste!
I am eager to get into Typescript and follow along your latest courses on Youtube. Unfortunately the entry barrier is quite a bit high.
The first thing that must be done is installing postgresql and create a db of the same name as the project, right? That does not seem to be mentioned anywhere, at least not in the right place (haven't read through the whole docu yet, but it is certainly not in the "quickstart" chapter).
After that starting the project with the VScode commands provided by your extension works. But the routes file is full with errors, the first one is the error mentioned in the title. No idea how to solve that. What am I doing wrong?
Also, separate commands for "Client" and "Server" are not available...
(I have kretes installed locally and globally (globally causes a lot of warnings in the console!).)
The text was updated successfully, but these errors were encountered: