Dylan Greene
Dylan Greene
Are you able to repro this with some consistency? We get it about once every 5 installs on our CI slave, always with the same from from the same package,...
I don't have a package you can try, it's our closed-source (for now at least) build system. The file that seems the problem is `angular-bundle/lib/angular-animate.js`, which looks similar to [this...
I like that even better, then the FIXME could include a ticket number or developer responsible. 😄
I can look into trying to add this possibly next week.
Hi @aayush-kapoor - right now it's just our internally created enterprise MCP servers. The way it works without dynamic registration is by providing a known pre-registered client id.
This might be addressed by https://github.com/storybookjs/solidjs/pull/20.
This package also fails in the latest Node 20. https://github.com/nodejs/node/pull/56927
Looks like the error could be in Synckit: https://github.com/un-ts/synckit/blob/main/src/index.ts#L548 Maybe sometimes receives messages that aren't objects with a `message` property. What are those messages and where are they coming from?
It's possible that https://github.com/un-ts/synckit/pull/184 fixes it, but this repo is still [using the previous version](https://github.com/prettier/eslint-plugin-prettier/blob/main/package.json#L67) (the ^ doesn't work for `0.x.y` versions).
related? https://github.com/import-js/eslint-plugin-import/issues/2792