jnovak-SM2Dev

Results 20 comments of jnovak-SM2Dev

Any update on this? @jeffminsungkim @imamkhaira

I added a pull request for this (will need updated documentation) #518. It's based off `FileFieldsInterceptor` You would use like: ``` @UseInterceptors( AmazonS3FilesInterceptor( [ { name: "logo", maxCount: 1 },...

Any update on this? The suffix should definitely be attached to the file name and not the extension as to not cause issues with anything that would read an image/image...

I added a pull request to fix this #515

@letsar That does not work. That makes the container clipped, but not the `Slidable` child. It would be great if the `Slidable` itself had a border radius.

Yeah any update on this? It's a mess that every bit of documentation on this is wrong. I've even been going through 3 different courses on this and all of...

Is there an example of how to use this with Next Auth? I'm having a lot of issues with getting this to work in both client and server side components.

I had a similar issue, removing `async` from the component fixed it for me.

Any update on this issue? Kind of a big problem.

@camcamcamcam I've had `swcMinify: true` in my project since day one without issues. It's odd you have to set it to false now, but I guess that's a workaround for...