Jonas Schultheiss

Results 7 comments of Jonas Schultheiss

I don't understand how you currently style your component. But that doesn't mean that it's wrong. I wanted to do the same and found this issue through a google search....

https://github.com/jeffminsungkim/nestjs-multer-extended/blob/25c824838edfa900548f671b9640aa9b4bdbfa72/lib/interceptors/amazon-s3-file.interceptor.ts#L63 ```ts let storageOptions: S3StorageOptions; const extendedOptionProperty = Object.keys(this.localOptions)[0]; switch (extendedOptionProperty) { ``` Could it be, that this part only takes the first property into account and then switches through...

I'd like to have this feature, so I have a thumbnail and both have a unique name. - no problems on the s3 because of naming stuff - thumbnail for...

sure, but make sure to review it, as I don't have that much experience with open source projects

No, the work and final phase at school are a bit stressful for me. I like to work on it at the beginning of the new year.

i face the same issue. we're currently building a nestjs backend with microservices. we have to have the same dto's in the service and the gateway. this is blocking our...

Please add the types in this repo. i have to check if a user is in an organisation and it's a pain to do it without this function: https://auth0.github.io/node-auth0/UsersManager.html#getUserOrganizations