Mick Lawitzke

Results 226 comments of Mick Lawitzke

He said it is already in main, so thats why it is closed. Lets see when v3 gets released :) I didnt see any info on Twitter tho.

Is this still the case? May one create a PR?

Is there still no fix to this? :(

Could you please explain why Joi is a bad decision and what would be an alternative? There is an open PR btw that updated all the dependencies, including Joi.

@petracles I am really curious what requirements you had that couldnt be done with this module. And what did you do in your wrapper to match those requirements? For the...

There is an open PR: https://github.com/baseprime/dynamodb/pull/70

I am a bit confused. I replaced `pending` with `status === 'pending'` in all my components. Unfortunately the app stopped working. The right choice might be replacing `pending` with `status.value...

Is there any ETA for this? Maybe with Nuxt 4? @pi0 @danielroe Usecase: When the server returns 403 (unauthorized) on any request, refresh session or redirect to login page.

Guys no need for `ts-node`, just use Deno or Bun: ``` deno run main.ts bun run main.ts ```

Hey @ineshbose what is the status on this one? I am working a new project I having huge trouble setting up the tailwind config. I would like to save my...