IamIconLiving
IamIconLiving
Explore posts from servers
WWasp-lang
Created by IamIconLiving on 3/29/2024 in #đŸ™‹questions
Possibility to disable wasp reload on UI file changes?
No description
20 replies
WWasp-lang
Created by IamIconLiving on 4/19/2023 in #đŸ™‹questions
Cannot build frontend part due to type error
No description
16 replies
WWasp-lang
Created by IamIconLiving on 4/19/2023 in #đŸ™‹questions
Optional node_modules installs
I dunno why but for some reason I thought that Wasp detects npm installs and keeps track of them. Maybe cus of this file installedFullStackNpmDependencies.json but would it make sense for Wasp to track chances in package.json file and if there are any - only then do a npm install or have some sort of flag to disable the modules installation I was playing around yesterday with deployment to Railway, and I needed to do a few small changes in the source code (not .wasp folder) and build the codebase frequently afterwards and node_modules were installed every single time, whereas I think there might be a different way to do it. Like keep a ref to the dependencies and track any chances in there on each build command. If any detected - reinstall them entirely. If none - just delete everything apart from node_modules folder. Alternative approach, add a CLI flag to disable installs manually (might be easier and preferred way)
14 replies
WWasp-lang
Created by IamIconLiving on 4/14/2023 in #đŸ™‹questions
Following get started tuto - getTasks list not generated
I am following this article here https://wasp-lang.dev/docs/tutorials/todo-app/03-listing-tasks To use the prepared logic on frontend, article says I need to import my fetching function and useQuery hook like so
import getTasks from '@wasp/queries/getTasks'
import { useQuery } from '@wasp/queries'
import getTasks from '@wasp/queries/getTasks'
import { useQuery } from '@wasp/queries'
but for me getTasks is not importing, because there is no such file is generated. Why could this be and what am I doing wrong? What can I provide to help you debug this?
28 replies
WWasp-lang
Created by IamIconLiving on 4/14/2023 in #đŸ™‹questions
React version
No description
11 replies
WWasp-lang
Created by IamIconLiving on 4/14/2023 in #đŸ™‹questions
LSP for neovim / vim users
Hi there, from a quick glance on the docs side, I found the extension for VSCode: If you are using VSCode, install our Wasp language extension. Am I correct to assume there is nothing ready for neovim / vim out of the box yet?
5 replies