Manu

Results 8 issues of 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...

SSR

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...

![image](https://user-images.githubusercontent.com/5268400/111680815-e2301680-8822-11eb-8382-69830ad85c10.png)

enhancement

![image](https://user-images.githubusercontent.com/5268400/111525115-851e5d00-875d-11eb-9aa4-fa35fb3d3e18.png)

bug

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...

enhancement

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...