-
Notifications
You must be signed in to change notification settings - Fork 507
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
Make things async wherever possible #265
Comments
I would like to work on this one 😄 |
Do I need to be formally assigned or should I start working on it directly? |
go ahead! |
Hi I am running
Any ideas? My understanding is that those fields should be excluded from being analyzed edit: nvm, I found the problem... windows 😆 I had to locally replace the single quotes for the path (should I create an issue for that?) |
@gndelia lets address those windows lint issues separately, and get this PR in as soon as you feel it is ready. |
some progress made on these thanks to @gndelia! |
See #291 . I did a bit on this with by using |
I noticed some sync file system tasks slipped into .10.x. We should make these async wherever possible.
Example: we should make this async
tsdx/src/index.ts
Line 476 in 76d7eb3
The text was updated successfully, but these errors were encountered: