Chris Krycho
Chris Krycho
This is *probably* out of scope other than perhaps as a documentation item (or perhaps even just this issue existing here will be sufficient search engine noise to help!), but...
Rust 1.64 introduced a really nice Cargo feature: [workspace inheritance](https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html#cargo-improvements-workspace-inheritance-and-multi-target-builds): > When working with collections of related libraries or binary crates in one Cargo workspace, you can now avoid duplication...
We currently have the same package dependencies in multiple places in the repo, and we could define them at the root of the workspace and reference them elsewhere via the...
### Check for existing issues - [X] Completed ### Describe the bug Props on getting most of the Emacs-influenced CoreText bindings implemented out of the gate (a rarity for a...
- In TS, add an `import 'ember-source/types'` statement. - In JS, add a `/** @typedef {import('ember-source/types')} */` comment. This is sufficient to make the types shipped in Ember itself as...
Just what it says on the tin. Notably, **this is a breaking change**, since it means that it would otherwise introduce the “zebra-striping” hazard for interior between native and classic...
I'm one of the maintainers for the [Volta](https://volta.sh) project, and got a Dependabot upgrade PR to bump from headers v0.3 to v0.4. I came here to find out what those...
NOTE: there may be an issue with this on FastBoot (there is a report to that effect in the output in the console). It is not clear *why*, though, since...
### Check for existing issues - [X] Completed ### Is your feature request related to a problem? Other editors and IDEs (e.g. IntelliJ, Code, Visual Studio, Nova, Xcode, etc.) have...