Franjo Mindek

Results 24 issues of Franjo Mindek

Related to https://github.com/wasp-lang/wasp/pull/2625

I've followed readme's MacOS instructions for `opensaas-sh` but running the `patch.sh` fails when it calls the `dope.sh` script. Error message: ```bash patch: unrecognized option `--merge' usage: patch [-bCcEeflNnRstuv] [-B backup-prefix]...

bug
question
shouldfix

We allow anyone (even unauthenticated users) to download a file if they know its S3 object key. These keys are generated using a combination of `user_id + UUID`, making them...

documentation
shouldfix
BOUNTY HUNTER

The starter is currently broken due to non-starter related issue. The contents is the same as old "basic" from `waspc` templates.

These showcases are part of the new basic starter: - [x] Extending `User` model - [x] Adding new models to `Prisma` - [x] One-to-many relationship in `Prisma` - [x] Many-to-many...

Currently the `wasp-app-runner` is located in the root of the `wasp` repository. This makes it hard to reuse outside of `wasp` repository, and makes it hard for wasp users to...

Fixes #2731 Gives more explanation about e2e tests in our `waspc`'s `README.md`. Reminds about e2e tests in PR template. Removed `dist` folders from golden tests. The changes can actually be...

Fixes #1622 Blocked by: https://github.com/wasp-lang/starters/pull/28

Fixed #2840 As we moved the `wasp-app-runner` to https://github.com/wasp-lang/runner-action, this PR refactors the `wasp` repository to use the new `wasp-app-runner` instead of the one in the root of this repository....

Fixes: https://github.com/wasp-lang/wasp/issues/2737 First draft for renaming. `userApi.ts` split into `publicApi/App.ts` and `publicApi/tsAppSpec.ts` Anything named `...userSpec...` renamed to `...tsAppSpec...`. Anything named `...userApp...` renamed to `...App...` (this referred to `publicApi.App.ts`) Might be...