Heyang Zhou

Results 60 comments of Heyang Zhou

Opened an issue in mvSQLite repo: https://github.com/losfair/mvsqlite/issues/105 Should be able to do it soon.

`mvfs` is published to crates.io: https://crates.io/crates/mvfs

@psarna What's the status of `mwal`? If it is usable it would be great if you can open a PR at https://github.com/losfair/mvsqlite.

Thanks for finding this! We are recently rolling out edge cache for static assets. There is a bug that causes the `accept-encoding` header to be dropped from backend requests. We...

Are you observing this behavior only on requests to paths starting with `/_frsh/`? Currently caching is only enabled for request and response pairs with a `/_frsh/*` URL and a proper...

Pagination metadata (`cursor`) is included in the async iterator returned by `kv.list()`: https://deno.land/api?unstable=&s=Deno.KvListIterator

> But it doesn't tell us if there is a previous page in the opposite direction of pagination. You should know it before calling `kv.list()`, because the `cursor` parameter being...

> Anyway, who controls whether unrestricted guest mode is enabled or not? Is it set by the BIOS? Is this something that user space would want to control? Unrestricted guest...

No, amount of KV read units consumed is not affected by the number of read regions.

"Build" step in the CI configuration can be used as a reference: https://github.com/losfair/mvsqlite/blob/d925ec567b328bf88f7892d7b55339e5abee00dc/.github/workflows/ci.yml There isn't any architecture-specific code in mvsqlite itself. If you are running FoundationDB on the same ARM64...