Justin Fagnani

Results 256 issues of Justin Fagnani

I notice that there are no type definitions for the 5.x branch, here or in Definitely Typed. Is there a chance of getting official types with the 5.x releases?

I've been trying to figure out how to import the node types (`Node`, `Document`, etc) and can't figure out any way to do it except via the `DefaultTreeAdapter` type and...

**Is your feature request related to a problem? Please describe.** I have some data that needs to be processed with async APIs when read or written to the database. I'd...

priority: p3
type: feature request
api: firestore

**Intended outcome:** The `mobx` module load in a browser **Actual outcome:** `mobx.esm.js` throws an error: ``` Uncaught ReferenceError: process is not defined at errors.ts:78:35 ``` **How to reproduce the issue:**...

🐛 bug

**Intended outcome:** I want to use Apollo with vanilla JS (like web components) on the browser, and as a client in Node. I'd like to be able to find relevant...

📝 documentation

Even though this seems to have been at least partially addressed in https://github.com/graphql/graphql-js/pull/1058 there are still references to `process` in the code, like https://github.com/graphql/graphql-js/blob/main/src/jsutils/instanceOf.ts#L12 that cause errors when loading modules...

I was looking into this format recently and I came away quite confused why the `$` prefix was required everywhere. The rationale pointed to in the format spec (https://design-tokens.github.io/community-group/format/#additional-group-properties) indicates...

## Motivation ("The Why") There are a number of tools, and a few RRFCs issues here (https://github.com/npm/rfcs/issues/190, https://github.com/npm/rfcs/issues/610 and https://github.com/npm/rfcs/issues/548) that relate to running scripts in series, parallel, etc. The...

## Motivation ("The Why") There are a number of tools, and RRFCs (https://github.com/npm/rfcs/issues/190, https://github.com/npm/rfcs/issues/610 and https://github.com/npm/rfcs/issues/548, https://github.com/npm/rfcs/issues/691) that relate to running scripts in series, parallel, etc. I opened https://github.com/npm/rfcs/issues/691 as...

Builds on #4261 Adds a `parseLitTemplate()` function to `lib/lit-html/template.ts`. This returns an extension of a parse5 DocumentFragment that contains parts and strings, and where some nodes like comments and attributes...