Rifa Achrinza

Results 110 comments of Rifa Achrinza

Hi @maa105, I've not contirbuted and do have push rights to [the original repo](https://github.com/RIAEvangelist/node-ipc), nor do I have any push nor publish rights for the original package on NPM registry....

We may have a potential solution, though it is missing a critical feature (Filtering by transient dependencies). I've opened an issue: https://github.com/prantlf/find-npm-by-author/issues/1 Another problem is that, for library authors, it...

Hi @RIAEvangelist, apologies as I only saw the notification for your latest comment. I appreciate you reaching out regarding the above. I'm glad to hear you were able to regain...

Hi all, apologies for the delay. [@achrinza/[email protected]](https://www.npmjs.com/package/@achrinza/node-ipc/v/9.2.9) has been published, which should have resolved the issue for majority of users. @achrinza/[email protected] will be published shortly as well, pending version bumps...

Explicit Node.js v22 support has been added to the necessary packages: - `@achrinza/[email protected]` - https://www.npmjs.com/package/@achrinza/event-pubsub/v/5.0.11 - https://github.com/achrinza/event-pubsub/releases/tag/v5.0.11 - `@achrinza/[email protected]` - https://www.npmjs.com/package/@achrinza/node-ipc/v/10.1.11 - https://github.com/achrinza/node-ipc/releases/tag/v10.1.11 - `@achrinza/[email protected]` - https://www.npmjs.com/package/@achrinza/node-ipc/v/9.2.9 - https://github.com/achrinza/node-ipc/releases/tag/v9.2.9 -...

Apologies for missing your PR for a long while... Is there a specific bug fix/vuln that requires these deps to be bumped? If possible - I'd prefer to align with...

MongoDB v5 dropped support for the already-deprecated callback-style approach in favour of async/await: https://github.com/mongodb/node-mongodb-native/pull/3499 Offending line is the use of a callback for a Juggler observer: https://github.com/loopbackio/loopback-connector-mongodb/blob/21a25fe8f42073c85784fe7e19f6272495a0fada/lib/mongodb.js#L600-L602 AFAIK, Juggler v4...

`undefined` and `null` semantics strike again! :-) I think your proposal makes sense, I'd be happy to review and merge your PR for this. > Seems like a fairly major...

To be reworked into: 1. Providing deployment guide 2. Generating `project.toml` via `lb4 app` (2) is soft-blocked by https://github.com/paketo-buildpacks/libnodejs/issues/36; Ideally that gets resolved so that we don't have to perform...