Heyang Zhou
Heyang Zhou
This PR adds a test that triggers https://github.com/rust-lang/backtrace-rs/issues/356 . For me, currently the added test fails on macOS with SIGSEGV but not Linux: ``` Running target/release/deps/stack_overflow-8c961da828d1b0c2 Before stack overflow Backtrace...
I'm trying to get a backtrace from a SIGSEGV caused by stack overflow (hitting guard page). It seems that this is not working on macOS. My reproduction case: ```rust use...
Hello, Thanks for your work on this crate! I'm using `fontdue` in [Blueboat](https://github.com/losfair/blueboat) for drawing text onto a canvas and would like to reduce the memory usage after loading a...
The entire TypeScript API definition is published as the [blueboat-types](https://www.npmjs.com/package/blueboat-types) package. This issue tracks the API surface on a high level: ## Tier 1 Tier 1 APIs are stable interfaces...
Currently there isn't much documentation on either Blueboat JavaScript APIs or operating Blueboat itself.
It would be nice not to start the entire `blueboat_server` for local development or small-scale self-hosting. Instead, have a Node/Deno-style CLI to "just run this app on this machine".
Implement the [Cache API](https://developer.mozilla.org/en-US/docs/Web/API/Cache).
Doesn't crash in my local environment. Related: #92