Mihovil Ilakovac

Results 61 issues of Mihovil Ilakovac

Before we did the OAuth redirect like this: ``` [server] ---> [Google] ---> [client] --> (client sends the Google code to server) ``` We need the `serverUrl` variable for the...

I've had some issues with conflicting imports when integrating Arctic https://github.com/wasp-lang/wasp/pull/1851 and implemented this mangling to help. Closes #1062 Closes #284

If you look at this example: https://usemage.ai/result/fc653a34-09a9-4ab0-b7c2-5bfdf6ac149b || |---| |You'll notice the some of the files are generated on one line| We suspect it has to do with OpenAI changing...

bug
mage (wasp-ai)

When users get the new `AuthUser` object, it contains a list of available auth identities. Each of those auth identities contains some extra fields in `providerData` (which fields are available...

enhancement
auth

Working on: - [x] Tailwind CSS scaffolding - [x] Auth scaffolding - [ ] Email sender scaffolding Biggest issues atm: - the DX is not where we want it to...

Before Wasp 0.12 we only supported Node.js 18 and we based our tests in the CI on using the Node.js 18. From Wasp 0.12 we support Node.js >= 18 and...

ci

Reported by user: > Starlight's sidebar doesn't include a trailing slash ("/") at the end of the URL, leading to a 301 redirect to the page. It is a minor...

help wanted

Here are some benefits listed by the project itself: https://yarnpkg.com/migration/overview#why-should-you-migrate What I have observed: it's a bit confusing to know you need to use the [Yarn Classic](https://classic.yarnpkg.com/lang/en/) version vs. the...

For example, adding `.nvmrc` helps contributors know which Node version is expected when developing. Some social proof: https://davidwalsh.name/nvmrc

This is a quick pass through all the code blocks that used the `entity` declaration. They are now converted to use the Prisma file. This should be the _main docs...

documentation
prisma