GerA
GerA
No luck with that either, `err.originalError` is undefined. 😞
I'm also facing a similar issue with `@fontsource/roboto` updates. I've spent some time debugging the action before I stumbled upon this PR which fixes the regex pattern. @ahmadnassri sorry for...
For those who are facing this: You can use [module-alias](https://www.npmjs.com/package/module-alias) to sidestep the issue until this gets supported by SWC.
I am getting a similar error when trying to use container.run, but it also shows a `HPE_INVALID_CONSTANT` code: ``` Error: Parse Error at Socket.socketOnData (_http_client.js:440:20) at emitOne (events.js:116:13) at Socket.emit...
We had our own working implementation before, I am just trying to use this package because its control socket handling is better. So I don't think its a proxy or...
It was the same problem that has been patched in https://github.com/epicteddy/node-lxd. The certificate was not used when it was connecting to the websockets.
@steven-murray Instead of specifying the secret as an Action secret, try it as a Dependabot secret! That worked for me.
@wastikansari Absolutely no offense, but are you generating comments with an LLM AI model? Seems like your comment here, plus [this](https://github.com/Unitech/pm2/issues/5876#issuecomment-2294859143), and [this one](https://github.com/Unitech/pm2/issues/5878#issuecomment-2294858565) are trying to be genuinely helpful...
> I'll try it out, but I have no easy way to reproduce the OOM situation. I guess I can try a different forced scenario just for testing. Any suggestions...