-
Notifications
You must be signed in to change notification settings - Fork 38
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
Rename JsonType to JSONType #11
Comments
arv
added a commit
to arv/replicache
that referenced
this issue
Jun 9, 2020
Fixes rocicorp#11 Fixes rocicorp#12
arv
added a commit
to arv/replicache
that referenced
this issue
Jun 9, 2020
Fixes rocicorp#11 Fixes rocicorp#12
aboodman
pushed a commit
that referenced
this issue
Oct 28, 2021
This also starts using Rust error techniques as from https://www.philipdaniels.com/blog/2019/defining-rust-error-types/ to allow using the ? operator in idbstore.rs rather than match everywhere. I expect we can move towards something similar in dispatch.rs as well. Much of the size increase here came in with the simple uses of Serde that this introduced. I think it would be worthwhile to explore exposing a function per RPC request to avoid this, but didn't want to bite that off before sharing this. replicache_client.js: 16321 (+21%) replicache_client.js.br: 3531 (+11%) replicache_client_bg.wasm: 128657 (+147%) replicache_client_bg.wasm.br: 56310 (+154%)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should try to match these rules in our JS API:
https://w3ctag.github.io/design-principles/#casing-rules
The text was updated successfully, but these errors were encountered: