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

Not checking for integers correctly #2

Open
turt2live opened this issue Mar 29, 2023 · 0 comments
Open

Not checking for integers correctly #2

turt2live opened this issue Mar 29, 2023 · 0 comments
Labels
bug Something isn't working i-d:03 Linearized Matrix I-D 03 draft rver:IDMimiLinearized00 org.matrix.i-d.ralston-mimi-linearized-matrix.00 rver:IDMimiLinearized02 org.matrix.i-d.ralston-mimi-linearized-matrix.02

Comments

@turt2live
Copy link
Member

We're supposed to be limited by what Canonical JSON can handle, but in practice we're just using Number.isInteger() in JS, which means a whole lot more is possible.

@turt2live turt2live added the bug Something isn't working label Mar 29, 2023
@turt2live turt2live added rver:IDMimiLinearized00 org.matrix.i-d.ralston-mimi-linearized-matrix.00 i-d:03 Linearized Matrix I-D 03 draft rver:IDMimiLinearized02 org.matrix.i-d.ralston-mimi-linearized-matrix.02 labels Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working i-d:03 Linearized Matrix I-D 03 draft rver:IDMimiLinearized00 org.matrix.i-d.ralston-mimi-linearized-matrix.00 rver:IDMimiLinearized02 org.matrix.i-d.ralston-mimi-linearized-matrix.02
Projects
None yet
Development

No branches or pull requests

1 participant