-
Notifications
You must be signed in to change notification settings - Fork 2
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
Handle max path limit on windows for schema names (backport) #132
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approving since typescript change fixes linter issues when using typescript 5.2
We will want to bump our @typescript-eslint
version eventually to be able to use new typescript
You may need to add an // eslint-disable-next-line no-deprecation
comment to pass tests on some versions... we should consider not linting when doing minor version compatibility tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but let's officially deprecate the resumption APIs if we disable the tests, 1.0 will remove them anyway
Backport PR for #130 changes