OrJDev

Results 40 comments of OrJDev

> Hey, thanks for this, @OrJDev! > > > > - This is missing tests > > - Is it possible to use the fetch adapter instead as @sachinraja asked?...

> > Hey, thanks for this, @OrJDev! > > > > > > > > - This is missing tests > > > > - Is it possible to use...

> How stable is the SolidStart way of doing this? Will it change if it starts usign Astro under the hood? Might be worth holding off and just recommending the...

> Using the fetch adapter seems pretty clean? > > > > https://github.com/juliusmarminge/trpc-solid/blob/main/src/routes/api/trpc/%5Btrpc%5D.ts > > > > Im not saying it is not clean, it is pretty clean but mine...

> Please retry again 0.2.19. I've made some big improvements to `ssr: false`. I can't reproduce the issue locally at least by messing with imports. Yes this seems to work...

If you are using bcrypt, it should be externalized (and bcrypt is using nock and mock-aws-3), so this is probably where this is coming from.

> +1, I'm not getting any autocomplete or css properties of the class on hover. Reverting to 0.40.0 of the extension works for now. +1

> > You can try putting the config into `unocss.config.ts` to make the extension better aware. > > This worked for me too. But I'm curious why it doesn't work...

> We should think of the relation between maxSize and maxFiles - is it 2 files with 64MB each or is 64MB the total size allowed? That would be maximum...

> May be more clear as `maxFileCount(count: number)`, possibly `fileCount(count: number, type: "exact" | "max")` > > (if we want the restrictions to all apply to each file individually) >...