Skip to content
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

fix: include type definitions #435

Merged
merged 2 commits into from
Aug 8, 2024
Merged

fix: include type definitions #435

merged 2 commits into from
Aug 8, 2024

Conversation

wkillerud
Copy link
Contributor

@wkillerud wkillerud commented Aug 8, 2024

Set up shared dev dependency config as well. Add minimum viable typing via JSDoc.

@wkillerud wkillerud merged commit 8b11d22 into main Aug 8, 2024
4 checks passed
@wkillerud wkillerud deleted the shared-dev-deps branch August 8, 2024 11:11
Copy link

github-actions bot commented Aug 8, 2024

🎉 This issue has been resolved in version 1.3.55 🎉

The release is available on:

Your semantic-release bot 📦🚀

@wkillerud
Copy link
Contributor Author

This somehow came with a significant performance degrading in @eik/service. From around 40s for a test suite run to 2m 50s on ubuntu-latest.

Comment on lines +33 to +34
this._writeDelayResolve = (a = -1) => a;
this._writeDelayChunks = (a = -1) => a;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This, maybe? Here we start returning the parameter instead of -1 by default.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, this seems to be it. When I go back to always returning -1 here things seem to go back to normal.

lib/handlers/auth.post.js Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant