Manu
Manu
Hi, thx for your amazing containers, could you please update this one to the last version ? I'm facing security issues with this one (its a 2013 release ^^" )
Hello, I'm having trouble getting flickity-hash to work, based on the codesandbox link you provide, if I just add `{hash: true}` it prints : `Type '{ hash: boolean; }' is...
I guess it should behave like a real scrollbar : listen Page-UP Page-DOWN events. (maybe space too). listen arrows event too. I would be great if it was enabled by...


As seen on these images, there's a Header banner in the settings app with some useless informations. We should remove it by default and let the user decide if he...
Hello, I'm facing a situation where I can do this : ```ts const mySchema = z.object({ name: z.string(), }); router.get('/', validateRequest({ body: mySchema }), /**/) ``` Whereas it shouldn't be...