valadaptive
valadaptive
Skrifa is a font parser that's part of [fontations](https://github.com/googlefonts/fontations), a new Rust font handling stack being developed by Google. Its maintenance status is a lot clearer (ttf_parser is pretty dormant,...
* Closes N/A * [x] I have followed the instructions in the PR template I'll probably come back to this and clean it up a bit. This PR reimplements ab_glyph's...
## PR Checklist - [x] Addresses an existing open issue: fixes #5468 - [x] That issue was marked as [`status: accepting prs`](https://github.com/mochajs/mocha/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/mochajs/mocha/blob/main/.github/CONTRIBUTING.md) were taken ##...
## PR Checklist - [x] Addresses an existing open issue: fixes https://github.com/mochajs/mocha/issues/5470 - [x] That issue was marked as [`status: accepting prs`](https://github.com/mochajs/mocha/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/mochajs/mocha/blob/main/.github/CONTRIBUTING.md) were taken ##...
### Feature Request Checklist - [x] I have read and agree to Mocha's [Code of Conduct](https://github.com/mochajs/mocha/blob/main/.github/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/mochajs/mocha/blob/main/.github/CONTRIBUTING.md) - [x] I have searched for [related issues](https://github.com/mochajs/mocha/issues?q=is%3Aissue) and [issues with...
### Feature Request Checklist - [x] I have read and agree to Mocha's [Code of Conduct](https://github.com/mochajs/mocha/blob/main/.github/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/mochajs/mocha/blob/main/.github/CONTRIBUTING.md) - [x] I have searched for [related issues](https://github.com/mochajs/mocha/issues?q=is%3Aissue) and [issues with...
### What is the issue with the Fetch Standard? I ran into this with https://github.com/web-platform-tests/wpt/pull/54373 and was asked to open an issue here. The story starts with https://github.com/whatwg/fetch/issues/747, which noted...
### Before You File a Proposal Please Confirm You Have Done The Following... - [x] I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3A%22enhancement%3A+new+plugin+rule%22) and found none that match my proposal. - [x]...
Resolves #941. Node has `Blob` but not `FileReader`. Instead, we can convert a blob's contents to an `ArrayBuffer` using `Blob.prototype.arrayBuffer`. This approach should stick pretty closely to what the code...
Fixes https://github.com/alexeyraspopov/picocolors/issues/79. Re-fixes https://github.com/alexeyraspopov/picocolors/issues/41, which #87 purported to fix but did not. In order to replace chalk everywhere, we should match the behavior of the `supports-color` package, which [always disables...