Mihovil Ilakovac

Results 46 comments of Mihovil Ilakovac

Will the mentioned PR enable using `contains` in the UI as well?

Going directly from the client to the storage provider can work for most cases, but not all. What if you are generating files on the server (reports, images etc.) and...

In this PR https://github.com/wasp-lang/wasp/pull/1625 we started using sessions with the Lucia lib, but we didn't change to cookies. Since we didn't use cookies, we didn't consider the issue of CSRF...

Closed via https://github.com/wasp-lang/wasp/pull/1087

Playwright worked for us in the main repo, let's keep using it 👍

We could maybe do a twist on the traditional TODO app, something like "Collecting Pokemons". The thing is just a TODO app, but maybe a bit more fun: 1. You...

Thank you @Wh1t3Ni9ht for the contribution! Some good edits :)

@Martinsos I don't think we have a new issue for this? I used this one in our planning 😄

Yes, that's the idea. Add a part that explains how to use custom UI and not Wasp's provided Auth UI.

`args` are typed to receive `unknown` since it's truly `unknown` content which we receive from the client. Maybe we can make the functions work to ensure that the content after...