Chris Krycho

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

configuration
generators
libs

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

templating
configuration

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

internal

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

bug

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

bug
types:core

We've already started doing this in release notes; [let's step it up slightly](https://github.com/kentcdodds/all-contributors).

enhancement

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

help wanted

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

TypeScript