Chris Krycho
Chris Krycho
We want to allow future versions of Ember, TS, etc. to fail even though we're testing against them (#687), but we also want to have regular checks so that we...
1. Let's make a lightweight roadmap doc so we have an easy place to point people when they are curious what's up, what blockers are, etc. Thoughts on what all...
This restriction was lifted a long time ago, and is particularly out of step with Glimmer component usage.
## Search Terms - `exports` - TypeScript 4.7 - packages - ES Module ## Problem Today, if you use `exports` with TS 4.7 to create a public API that is...
Updating to use a private `MaybeImpl` and `ResultImpl` which the public types reflect a public interface to has a lot of benefits, but combined with how TypeDoc is parsing, we...
It'd be great if we could generate a [Dash docset](https://kapeli.com/docsets) for this – I make heavy use of Dash myself, and would *love* this. (I've taken a stab at it...
I imagine the scenario where you *want* to build from source will be pretty rare in the long run, but it occurred to me that it could be handy on...
double-checked-cell [is deprecated](https://github.com/niklasf/double-checked-cell/blob/9cf94d75316ef441033ce4c80def7c1a8c7643fe/README.md#deprecated) and recommends migrating to `once_cell`. It's not urgent, but worth putting on our radar.
Some tools (e.g. Ember CLI) allow you to specify your user-level preferences for what package manager to use with them (e.g. via a `.ember-cli` file in your user directory). If...
**Is your feature request related to a problem? Please describe.** Right now, there are two major limitations to Eleventy's API documentation: 1. Information on the APIs is scattered throughout guide...