Jeff Wendling

Results 24 issues of Jeff Wendling

enhancement

Maybe an example server/client execution with output, showing how it can be tested and OT data is printed out to the console?

Consider this repl log: ``` > ((x) => (y) => [x, y][0])(x: (i) => i)(y: (i) => i)(i: 2) Error: error calling function "": error calling function "": expecting array...

kind/bug
team/query
no-issue-activity

# Delete design ## Problem statement Right now, deletes can cause the database to become inconsistent in the presence of concurrent writes, compactions or snapshots. This is avoided in the...

area/writes
area/tsm
area/storage
1.x
area/2.x