Matthew Pirocchi

Results 10 comments of Matthew Pirocchi

Also note that for private registries, the auth tokens are also specified in `.npmrc`.

I'm taking a stab at it. Some questions: 1. `NpmApi.use` and `NpmApi.reset` don't use the `_privatemethod` naming convention, but aren't mentioned in the docs. Are these methods intended for external...

Here's an initial attempt. I'm going to try it in my own project for a bit before submitting a PR to this repo. https://github.com/mpiroc/npm-api/pull/1

When mocking abstract classes, abstract methods are not mocked (version 2.1.1). I assume that this is the same problem that prevents mocking interfaces, but at minimum the docs should be...

@IvanGoncharov What if `printSchema` only printed directives that were not visited during schema construction? Using your example: ```graphql type Foo { foo: String } type Bar @copyFields(fromType: "Foo") { bar:...

We currently lack an explicit strategy for dealing with proxies. As part of the solution for this issue, we need to define and document a complete story for proxy support,...

The PR hasn't been updated since February. Is there an ETA for this? It's the only issue blocking my project from a clean `npm audit` report.

@JesusTheHun Is there anything else blocking this now that https://github.com/storybookjs/react-inspector/pull/190 is merged?

[My most frequently-used MCP server](https://devrev.ai/docs/product/remote-mcp) has ~20-30 tools that consume 73.9k tokens of context. 53k of that is consumed by 3 tools that I never use. The authors are working...

Thanks @catherinewu, MCP CLI is the feature I've been waiting for! I do have a bug report: I've been getting this error when trying to `/compact` since enabling the MCP...