Mihovil Ilakovac

Results 61 issues of Mihovil Ilakovac

**Describe the bug** I'm using `semantic-release` to release new package versions. It worked ~17 days ago just fine. - This only fails when used in the self-hosted runner on Mac...

- We experienced a hard to reproduce behaviour, sometimes there is a `phantom` dir created in the root project dir. - Since we use the `tsconfig.json` for IDE support only,...

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 workflow as of Oct 3rd:**...

documentation
shouldfix

We are using [Stitches](https://stitches.dev/) for our Auth UI components and Stitches is no longer maintained. https://github.com/stitchesjs/stitches/discussions/1149 ### Alternatives [PandaCSS](https://panda-css.com/) seems like the most talked option as an alternative CSS-in-JS solution...

enhancement
shouldfix
auth

Right now, the initialized server is not exposed or documented for the user to use. For example, when somebody likes a post, it might trigger something and a notification is...

enhancement
webdev

> [!NOTE] > Close #1565 and verify the problem persists before attempting this. ⚠️ Using Tailwind + out Auth UI results in the default button to be transparent since Tailwind...

bug
auth
restructuring
post-0.12.0
regression

Currently, we only support job's output being plain objects with primitive values i.e. stuff that can be serialised to JSON and deserialised from JSON. Because of that we don't support...

enhancement

After we switch to using a bundler for our server code (https://github.com/wasp-lang/wasp/pull/1714) we will stop using `tsc` and won't display type errors in the terminal anymore. Some people prefer seeing...

enhancement
restructuring
post-0.12.0
regression

After we introduced bundling of our server code (https://github.com/wasp-lang/wasp/pull/1714), now we have an issue with a different behaviour in our LSP and what our code will tolerate. Bundler will tolerate...

bug
restructuring
post-0.12.0
regression

We now have defined `login` and `signup` twice, once for `email` and once for `username` auth methods. We should have only one template file for each of the methods and...

refactoring
auth
restructuring