Chris Krycho
Chris Krycho
Extract an interface for the rules which define a valid site configuration (define a standalone crate for that, maybe?), and supply a binary interface (maybe a subcommand? `lx-validator`?) which can...
Different templates will take different args—figure out what the best way to programmatically generate new options for these based on the state of the file system where it's run is,...
Some meta-packages re-export from other packages, e.g. `ember` re-exports from `@ember/*`. For example, editing `ember` and `@ember/template` (as in [this PR](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/50545)) triggers the merge bot's flag that there are multiple...
Picking up a thread from [this Discord discussion][discord] from about a month ago (!)— Per @elibarzilay, the current bot system has a `danger` level and a popularity level, which combine...
The previous work here turned this into a class with a `compute` method which just returned the same value from the scheduler; this further simplifies that to just make it...
### Which package(s) does this problem pertain to? - [x] @types/ember ### What are instructions we can follow to reproduce the issue? ```sh ember new sample; cd ./sample # Create...
Because module dependencies are simply build up iteratively (and as a DAG), TS often ends up in a scenario where it doesn't *yet* know the way to resolve a given...
We've already started doing this in release notes; [let's step it up slightly](https://github.com/kentcdodds/all-contributors).
Right now everything lives in README.md. This is (a) not sustainable and (b) not very usable. We should refactor the documentation to live in `docs/.md`, and allow the README to...
As part of implementing RFC 0800, introduce support for testing all supported versions of TypeScript against our types. For the moment, the only additional supported version is the TypeScript nightly...