Mihovil Ilakovac

Results 61 issues of Mihovil Ilakovac

Because CRUD handlers are by default private they depend on auth being enabled in their definition. We could do a couple of things: - make CRUD handlers public by default...

bug

We want to add `onBeforeLogin` and `onAfterLogin` hooks analogously to our signup hooks. We would be able to reject logins based on some criteria in the `onBeforeLogin` hook. Also, we...

auth

Prisma supports client extensions: https://www.prisma.io/docs/orm/prisma-client/client-extensions which for: > You can use Prisma Client extensions to add functionality to your models, result objects, and queries, or to add client-level methods. >...

prisma

**Users get a weird error saying they can't import `queries.js.js something something`.** I've reproduced with the latest Wasp version: `0.13.2` As far as I can see, it seems related to...

dx
shouldfix

Users sometimes import server specific code from `wasp/server/*` on the client and it's hard to debug. It's not obvious to new users that this is not something they shouldn't do...

dx
vite

We should reorganise the OAuth TS implementation so that it's easier to handle and understand the larger number of params the helper functions pass and receive. Maybe we can do...

refactoring
auth

Adds GPT4-o to the list of supported list of Wasp AI models. Based on https://platform.openai.com/docs/models/gpt-4o Closes #2043

I'm not sure what could be the cause of the error: some re-render behaviour, our auth session logic or something misconfiguration of Socket.io, but this is how to looks like:...

bug

Related to #2075 Implements checks to maintain session ID across multiple pages, preventing unexpected logouts as reported in the issue. - **Session ID Management**: Modifies `setSessionId` to emit `sessionId.set` only...

experiment

We support Typescript and full-stack type safety is one of the best parts of Wasp. This means that how the user sees Typescript types and how they work is very...

enhancement
testing