issues
search
rocicorp
/
repc
The canonical Replicache client, implemented in Rust.
Other
30
stars
7
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Dueling Dags Tracking Bug
#369
arv
opened
3 years ago
0
chore: Remove src/benches
#368
arv
closed
3 years ago
0
chore: Automating release of zip file
#367
arv
closed
3 years ago
1
feat: Move KV Store implementation to JS
#366
arv
closed
3 years ago
1
Add a JS backed Puller/Pusher implementation
#365
arv
closed
3 years ago
1
Make Mutation args use JSON Value
#364
arv
closed
3 years ago
0
Expose underlying JS Errors
#363
arv
opened
3 years ago
4
Do not optimize the dev.wasm version
#362
arv
closed
3 years ago
0
Argh
#361
arv
opened
3 years ago
4
push/pull timeout should be configurable
#360
phritz
opened
3 years ago
0
Ignore the response body in push
#359
arv
closed
3 years ago
0
Only use console_error_panic_hook in debug/dev builds?
#358
arv
closed
3 years ago
1
Make clippy happy
#357
arv
closed
3 years ago
0
Do we need to lock the versions?
#356
arv
opened
3 years ago
0
Throw an error instead of a string
#355
arv
closed
3 years ago
4
provide custom debug output for our error types
#354
phritz
opened
3 years ago
1
Made open, close and get_root exported functions
#353
arv
opened
3 years ago
0
Return js_sys::Error in Wasm
#352
arv
opened
3 years ago
6
DBReadError(MapLoadError(CorruptChunk(Corrupt("missing key"))))
#351
phritz
opened
3 years ago
5
customer should be able to configure max request body size for push
#350
phritz
opened
3 years ago
0
We should ignore any body in the response from the push endpoint
#349
aboodman
closed
3 years ago
2
Node::try_from.
#348
sayrer
closed
3 years ago
4
first set of DagMap building blocks
#347
phritz
closed
3 years ago
2
Move more IdbStore to JS
#346
arv
closed
3 years ago
1
Index scan start key
#345
arv
closed
3 years ago
1
startAt should use secondary key index scans
#344
arv
closed
3 years ago
2
Use Vec<8> instead of string for ChangedKeys
#343
arv
opened
3 years ago
1
Simplify IdbStore
#342
arv
closed
3 years ago
1
Compute changed keys in pull and mutate
#341
arv
closed
3 years ago
4
Update BSL.txt to enable non-commercial uses and bump number of allowed clients.
#340
aboodman
closed
3 years ago
0
Run wasm-opt explicitly as part of tools/release.
#339
aboodman
closed
3 years ago
1
Further optimize the wasm bundle with wasm-opt.
#338
aboodman
closed
3 years ago
4
Simplify release.sh slightly
#337
arv
closed
3 years ago
1
Fixes a pretty significant per-RPC leak that was causing tons of GC
#336
aboodman
closed
3 years ago
0
debug! should invoke console.debug
#335
arv
opened
3 years ago
2
Scope LogLevel to connection
#334
arv
opened
3 years ago
0
Get rid of global_property
#333
arv
closed
3 years ago
0
Use extern C for performance.now
#332
arv
closed
3 years ago
0
No need to use performance.now in browser_timer.rs
#331
arv
opened
3 years ago
0
Use durability relaxed for write transactions
#330
arv
closed
3 years ago
1
Add overlappingRequests flag to "open"
#329
arv
closed
3 years ago
1
Return client ID in open
#328
arv
closed
3 years ago
1
add schema_version to pushrequest, don't do work to log if not logging
#327
phritz
closed
3 years ago
1
tiny diffsync followups
#326
phritz
closed
3 years ago
3
Add test that ensures atomic patches
#325
arv
closed
3 years ago
1
Use our own JSON patch format
#324
arv
closed
3 years ago
1
address code review comments
#323
phritz
closed
3 years ago
0
change cookie from string to JSON
#322
phritz
closed
3 years ago
0
Request Counter followup
#321
arv
closed
3 years ago
1
change patch value from string to JSON
#320
phritz
closed
3 years ago
1
Next