Phil Pluckthun
Phil Pluckthun
Write a proposal to replace `instanceof` checks (implemented via https://github.com/graphql/graphql-js/blob/main/src/jsutils/instanceOf.ts). These are currently used for internal schema language class instance checks and an error has been put in place to...
This mirrors the `getDefinitionAtPosition` method in TypeScript's language service — specifically the `GoToDefinition` component — to create a `getDeclarationOfIdentifier` helper. Since we're only looking up definitions of identifiers, we can...
Resolve https://github.com/0no-co/gql.tada/issues/374 ## Summary Two loops can occur when resolving fragments: - Loops between mutual fragments - Loops when resolving an identifier The first one is mostly to prevent crashes,...
**NOTE:** This is opened as a draft, since it's not a proper fix, but just demonstrates the issue. Optimally, a proper fix should either: - handle this in every call...
This is simply to avoid the dependency chain on `rimraf` via `[email protected] -> [email protected]`, which has been deprecated. The [`temp` package](https://github.com/bruce/node-temp) hasn't seen a release in a while, and minimal...
# Why These dependencies haven't been bumped in a while, and I've seen prior issues from people where our dependency on `graphql` causes them dependency conflicts. This is generally more...
# Why See: https://github.com/kitten/lan-network/pull/7 Resolves #36526 This disregards internal networks (now also detected by zeroed MAC addresses for interfaces) when probing network connections, and instead uses the fallback method for...