wasp
wasp copied to clipboard
The fastest way to develop full-stack web apps with React & Node.js.
We had a couple of people say that Wasp's npm install is super slow on WSL for them. Something like 40 minutes and more, which is ridiculous. I am guessing...
### Discussed in https://github.com/wasp-lang/wasp/discussions/2215 Originally posted by **Reikon95** July 31, 2024 I use plunk in other projects and it's great - simple API and easy pricing plan to understand. Would...
We already have `tsconfig.json` and `package.json` validation, but there's more work to be done. When the users are using the TS config, Wasp should check multiple `tsconfig.json` files: - There...
This is a very abstract and way-into-the-future idea, but what if Wasp could be used like this (I'll adapt the current syntax for simplicity purposes): ```css query getFoo { fn:...
One of our Discord members did a great job explaining the feature, so I'll just link that conversation: - https://discord.com/channels/686873244791210014/1233306417968971837/1234586784315347016
We will update instructions in #2662 as we tackle each item. Still, at the end, we should do one final pass to ensure all instructions are up-to-date and relevant.
On each release, we manually run and check all example apps. This can take a while, especially when there are fixes involved. We have recently reorganized and cleaned up our...
We should have proper headless tests for our starter tempaltes. See parent issue for more details.
**Describe the bug** Wasp.sh JavaScript occasionally doesn't load. That means theme toggle, search, collapsing dividers, and probably more are nonfunctional. This behavior is rather random, but persists between refreshes. It's...
Whenever we publish a new version of our docs, we need to manually log into the Algolia Crawler and update its search index. The search doesn't work properly until we...