Sönke Martens
Sönke Martens
For me the problem is that cdk-overlay-connected-position-bounding-box is preventing any clicks because it has too big dimensions. I added following styles: ```sass .cdk-overlay-connected-position-bounding-box width: min-content !important height: min-content !important ```...
> This is how I've done using jest: > > ``` > const presigner = require('@aws-sdk/s3-request-presigner/dist-cjs/getSignedUrl') > jest.spyOn(presigner, 'getSignedUrl').mockResolvedValueOnce(signedUrlMockValue) > ``` > > Thanks for the simple solution @jhecking 🙌...
I really like the possibility to simply deploy typescript lambdas with cdk. However, this issue is the only big pain I have with cdk. If I have to deploy one...
I am new to next-ui, even an autogenerated project via nextui init does not work properly. `maxWidth `and `justify` don't work in the Navbar of the autogenerated project. Version: NextUI...
Ok I tried it after executing `npm install excalibur@next` again, and sadly it still does not work. weird... the code looks like it should have fixed this. edit: if I...