-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENAMETOOLONG #47
Comments
haha wow, I wonder what they're doing to generate names like that I got the error too on macOS
It looks like a node.js filesystem error. Quite tricky to solve but I'll have a think |
Manually patched the ts files and seems to generate fine now. Generated almost 80000 files 😅. https://github.com/kevinresol/hxnodejs-aws-sdk Really well done man. Perhaps the solution is to detect long type names and somehow encode (maybe MD5) it into a shorter one. |
@kevinresol yeah, that's a good idea – I think I'll take that approach given long names probably don't actually contain any real meaning |
I hope it all works after your patch but keen to hear if you run into any issues when using the API |
when converting aws-sdk, encountered something like this: https://github.com/aws/aws-sdk-js/blob/6e552e94b78fe3198ef5fb93d7f0e0ded6f4ffd9/clients/mediaconvert.d.ts#L2561
The text was updated successfully, but these errors were encountered: