Heyang Zhou

Results 76 issues of 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...

enhancement
help wanted
OS-macos

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...

enhancement

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...

tracking-issue

Currently there isn't much documentation on either Blueboat JavaScript APIs or operating Blueboat itself.

tracking-issue

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".

enhancement
help wanted

Implement the [Cache API](https://developer.mozilla.org/en-US/docs/Web/API/Cache).

enhancement

Doesn't crash in my local environment. Related: #92