-
-
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
[META] TODOs #45
Comments
@crutchcorn |
Don't remove. It's used in CI |
Then is it okay to change value to |
Truthfully idk. Lemme check and come back some time later |
Thanks, no need to hurry. |
Never mind about
Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #41
Future TODOs
This code was not particularly type-safe from the start, so there's a myriad of type-casting and ignoring TS that's not ideal.
At some point we should:
!
cast usage #48as
type casting #49object
andany
usage #50Array
types to tuple types #52assert
instead ofexpect
#47Ref:
The text was updated successfully, but these errors were encountered: