Jonas Schultheiss

Results 12 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

i had the same error this morning, for me it got fixed by using `http` as protocol instead of `https`. tho i use it in a local network without a...

Sure, [here's my poc I'm currrently working on](https://github.com/jonasschultheiss/poc_branching-versioning-strategy/tree/repro/nx-next). Please see the repro/nx-next branch. 1. run `pnpm build:docs --verbose` or open nx.json with vscode and take a look at the error....

> This issue has been automatically marked as stale because no reproduction was provided within 7 days. Please help us help you. Providing a repository exhibiting the issue helps us...