-
Notifications
You must be signed in to change notification settings - Fork 184
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
Remove a broken link in Readme.md #332
Conversation
The link for open file limit was dead. The solution is elaborated in a short, compact way.
I did not change any coding part but the tests seem to give this error:
|
If you run |
This just got much weirder. I'll see to including your commit in e6c9892 somehow if the checks don't work. |
I agree, 116 file changes will probably create merge conflicts |
I ran this after checking out your branch:
Try linting again and see if that cleans it? 🥲 |
I get:
Should I configure autoflake? |
What is your current install of autoflake? Try running |
I forgot, try |
Fixed it by manually editing the code. This issue always comes up when |
No problem :) thanks |
Description
The link for open file limit was dead. Instead of putting up a link, I've added a solution in a short and compact way. I've also added the solution for docker since docker does not allow ulimit -n command unless it is a privileged mode (which is not suggested to use).