Jox
Explore posts from serversHow do I get a d.ts file to be used?
I'm not sure the suggestions are helpful to my scenario.
Considering that in my
deno.json
I'm importing "hono/": "https://deno.land/x/[email protected]/",
and the interface I want to extend lives in https://deno.land/x/[email protected]/context.ts
, I'm not sure
1) what the name in declare module
should be?
2) if a reference directive is needed?5 replies
WWasp-lang
•Created by Jox on 10/30/2023 in #🙋questions
What's the Wasp way of adding ESLint/Prettier?
Thanks for clarifying!
4 replies
How to run tailwindcss cli with deno task?
@Deno AI Helper , I would like to be able to run the tailwindcss cli tool to watch and build stylesheets as per their cli docs, https://tailwindcss.com/docs/installation
But I can't see a way that I could do that with a deno task like a I could with an npm script?
Is this a case where I have to add a package.json file or is it possible to do without that?
7 replies
WWasp-lang
•Created by Jox on 8/5/2023 in #🙋questions
Supabase support
Thanks for clarifying! I will when I get back from vacation tomorrow 😄
6 replies
WWasp-lang
•Created by 0xjoona on 7/31/2023 in #🙋questions
Issue in docs for todoApp using - update
I guess you’re saying you disagree with the tutorial code on the wasp site that I screenshot? It’s not my code, I’m just following the instructions 🙂
29 replies
WWasp-lang
•Created by Jox on 8/3/2023 in #🙋questions
Using SQLite for production?
I understand your reasoning though. And I saw that jobs require Postgres due to pgboss
5 replies
WWasp-lang
•Created by Jox on 8/3/2023 in #🙋questions
Using SQLite for production?
I recently read that the folks behind Epic Stack are going with SQLite for their stack.
https://github.com/epicweb-dev/epic-stack/blob/main/docs/decisions/003-sqlite.md
https://github.com/epicweb-dev/epic-stack/tree/main
That’s where my curiosity of SQLite use for production comes from. 🙂
5 replies
WWasp-lang
•Created by 0xjoona on 7/31/2023 in #🙋questions
Issue in docs for todoApp using - update
29 replies
WWasp-lang
•Created by Jox on 8/3/2023 in #🙋questions
Actions and reactivity
Cool, I haven’t got that far yet so wasn’t aware of it 🙂
6 replies
WWasp-lang
•Created by Jox on 8/3/2023 in #🙋questions
Actions and reactivity
I see. Yes I read how Wasp has automatically “tied” together the actions and queries that manipulate the same entities to automatically invalidate data.
So the text is really just saying “you don’t need hooks for actions as they don’t have to react to data changing, they cause the data to change”.
The “we are calling the action directly this time (without a hook)” part reads to me as if there are other times when you would use hooks with actions and you’d need reactivity, which raised some questions in my mind. 🙂
Thanks for clarifying!
6 replies