You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,16 @@ Check the Justfile for the commands to run the project.
12
12
-[ ] Add validation on the incoming token, we are currently passing the raw user input straight into a query (thanks sqlx for protecting us from SQL injections <3);
13
13
-[ ] Use a proper templating solution for our emails (e.g. tera);
14
14
-[ ] Anything that comes to your mind!
15
+
16
+
17
+
## Troubleshooting
18
+
19
+
### Too many open files when running tests
20
+
21
+
On MacOS, you may encounter the error `Too many open files` when running tests. This is because the default limit of open file descriptors is too low. You can increase the limit by running the following command:
0 commit comments