Antti

Results 24 comments of Antti

Library independent, feature packed lazyloader https://github.com/aFarkas/lazysizes

Markdown on save improved. Have not tested others.

Btw, nice alternative https://www.npmjs.com/package/npm-check-updates

There is https://github.com/farreldarian/prisma-generator-drizzle. It doesn't do indexes, default values, or Bit fields but nonetheless very helpful.

If I’m not mistaken in Prisma this works with delete too: ```ts await prisma.someTable.delete({ where: { field1_field2_field3: { field1: 'asdf', field2: 'asdf', field3: 'asdf' } } }); ```

![Screenshot 2023-11-12 at 18 53 17](https://github.com/validatorjs/validator.js/assets/2558021/b1a4fe32-8f3f-4e69-af89-3a46c1d5129d) Not sure what OP means but I have issues with Remix. Just a regular import: ```ts import isEmail from 'validator/lib/isEmail' import isEmail from 'validator/es/lib/isEmail'...

![Screenshot 2023-11-12 at 19 10 12](https://github.com/validatorjs/validator.js/assets/2558021/46e79eab-d401-4d89-b4d4-37c6fdd15c5e) Seems like you're trying to export `toString` which doesn't exist. Don’t know if it's related.

@sixlive Care to share?

Alright, thanks. But how would I optimally structure my ReqiureJS project for it to be compatible with amd-optimize?