Julius Marminge

Results 683 comments of Julius Marminge

> @juliusmarminge I started working on a Kysely adapter and then found this post. Were you working on one too or holding off? I started a while ago but didn't...

In my idea I had type validation for the tables too, so they had to extend the minimal fields defined in https://next-auth.js.org/adapters/models/.

I have a repo you could look at for reference: https://github.com/juliusmarminge/turbo-expo-next-starter

> > > I'm trying to incorporate solito as well, should I try to upgrade expo as well? @KATT > > > > > > I would be careful about...

A bit of self-promotion for a more minimal setup: [create-t3-turbo](https://github.com/juliusmarminge/create-t3-turbo)

@jimCresswell did you get any workaround to work? I'm trying to setup stryker for my next.js project too but so far no luck

@jimCresswell alright, I'll wait for the fix!. One workaround I found is to setup a `.babelrc` with some presets, and use custom test runner: ```js // .babelrc.js module.exports = {...

> Hi! I have a problem that I think is related to this issue. I have a monorepo (turborepo) and I can't have multiple versions of react in it. (otherwise...

> Is anyone working on this? I built one for myself and I'd happy to contribute. #5464 has working implementation + documentation. Just needs a review from maintainer

> what is the status? What is the current best solution to use next-auth with kysely? Copy the adapter in the open PR and use in your project. I've been...