Michael "Mike" Ferris

Results 30 issues of Michael "Mike" Ferris

There are a few issues with the current ESM build output See example of errors here https://codesandbox.io/p/devbox/confident-orla-xy9d9n?file=%2Findex.js At runtime it seems it's not loading the .es.js version of the package...

bug

See https://www.npmjs.com/package/punycode#installation Because node.js provides a built-in `punycode` module, `import "punycode"` picks up the built-in one. However, that module is deprecated and shows a warning in the console starting in...

This package is still on version 1.0.1668 on npm, but last year there was a release or at least a commit for version 1.0.669 https://github.com/wix-incubator/commons-validator-js/commit/7a2751ccabbeed8053f173642afdd57c481573ba That version removes a lot...

In our project, we're working with multiple different graphs. Sometimes these graphs are actually external services we do not control but we write queries to target them. We've been using...

Originally from: https://github.com/apollographql/vscode-graphql/issues/247 When working with localSchemaFile it would be nice to have minimal schema editing features. Here's a few ideas that comes to mind - "Go to Definition" when...

Closes #252 The resulting behavior is an error in the console that can the be recovered instead of crashing the server up to 5 times before vs code requires a...

Originally from https://github.com/apollographql/vscode-graphql/issues/247 When I set up apollo.config.mjs with the extension for the first time I was greeted with a generic abstract error ``` /Users/micfer/.vscode/extensions/apollographql.vscode-apollo-2.5.1/lib/language-server/server.js:1084 `)}t(Dor,"dedentBlockStringValue");function kor(i){let r=null;for(let s=1;ss.name.value===r.name.value)}t(wor,"directiveAlreadyExists");function qqt(i,r){return!!r?.[i.name.value]?.repeatable}t(qqt,"isRepeatableDirective");function...

bug

Allows to better pinpoint offending project when working with multiple projects. I couldn't figure out which of my configs were incorrect and I ended up making this change to debug...

**Description:** Currently the cache key is always the following format `node-cache-{platform}-{packageManager}-{fileHash(lockfile)}` I'd like a way to add a prefix between the packageManager and the file hash like `node-cache-{platform}-{packageManager}-{cachePrefix}-{fileHash(lockfile)}` **Justification:** We...

feature request