-
Summary:
- We have dependencies (things we need when running the code), and we have dev dependencies (things we need when writing the code, e.g., TypeScript).
- TypeScript is specified as a dev depe…
sodic updated
3 months ago
-
Need to add WASP slide(s) about IMAGES to my set of slides.
-
Hello icyleaf
Can you give some update about your projetc ?
Thank
-
On a clean install and with no images to view wasp/apps/gallery.py gives `NameError: name 'FileNotFoundError' isn't defined`.
It works as expected with 'make sim', it appears to be a python3/microp…
-
We are looking to update this section of the docs to include instructions on how to seed a production db: https://wasp-lang.dev/docs/data-model/backends#seeding-the-database
**This is a tested work…
-
Work done by Max here: https://github.com/iotaledger/wasp/pull/1800
but afaik this cannot be merged while wasp-cli still has wasmtime as a dependency (from wasp) .
-
While we do print warnings and messages into the terminal, the problem is it is easy to miss those due to all the other output and logs.
Old example of this is the messages to migrate your Prisma s…
-
In order to make Wasp more extensible and to harness the power of DSL, we have been thinking about two main ways to do this:
1. Modules - reusable pieces of Wasp code, similar like modules/packages i…
-
Wasp exposes the `onAuthSucceededRedirectTo` field that tels Wasp where to send the user after successful authentication (login and signup).
Every now and then, users want different behavior depend…
sodic updated
1 month ago
-
[React Router v6](https://reactrouter.com/en/main/route/route) support specifying a React component that will be rendered in case a page fails to render (for which ever reason - invalid data, develope…