Greg Price

Results 186 issues of Greg Price

These are already emitted by the Babel parser.

These are already present in parser output.

As the test shows, this is necessary in order to model the ASTs that the parser already emits for constructions like: ```js declare class C extends React.Component { } ```

This is already produced by flow-parser to support Flow's `declare class A implements B {}`. At the moment it's ignored by the Recast printer, but I've sent a PR to...

Flow accepts `type` or `typeof` on an individual import specifier, as well as on the whole import statement.

In Flow syntax, a type like `{| x: number |}` means an [exact object type](https://flow.org/en/docs/types/objects/#toc-exact-object-types), while `{ x: number, ... }` means an inexact object type. The form `{ x:...

Zulipbot posted on zulip/zulip#12309 a series of error messages reading: > ERROR: This active issue has no assignee. A few days before that, Zulipbot itself had unassigned the person who...

bug

### Actual behavior: 1. I viewed another user's profile in the web app, by clicking on their avatar on a message they sent. 2. Their email address was `[email protected]`. 3....

bug
help wanted
area: real-time sync
area: general UI

The TODO comment suggested this mixin would no longer be needed once a Dart issue on inherited constructors was fixed: https://github.com/dart-lang/sdk/issues/31543 That issue is now long since fixed, so I...

framework

Fixes #120338. Fixes #119875. Fixes #113424. Fixes most of #16371, as the combined symptom of those three. (There's still #120345, and possibly other contributing factors, remaining.) This replaces the implementation...

framework
a: accessibility
f: scrolling