Samuele Ferri
Samuele Ferri
Maybe related to #1025?
My duplicate issue #4681 I'm trying to import into a `.ts` file a `json` file using Node v18 and `--experimental-json-modules` flag like this: ``` import genericERC20 from '../json/FILE.json' assert {type:...
My temporary solution to update the lines 128:130 of `.pnp.loader.mjs` after a `yarn install` is to use this plugin (https://github.com/GravitywellUK/yarn-plugin-postinstall) in order to execute this command postinstall: ``` sed -i...
My temporary fix is just a work around. We must investigate why lines 128:130 of `.pnp.loader.mjs` are needed. Looking at lines 50:55 of https://github.com/yarnpkg/berry/blob/b0511b9b332c4450927cd3a58da16dc6a5c3da46/packages/yarnpkg-pnp/sources/esm-loader/loaderUtils.ts there is a TODO. ``` case...
Same issue. The hard dependency on sqlite3 breaks the build on Node.js (macOS ARM64, Node 22). Please fix this. Adapters with native addons like `sqlite3` should be optional. For now,...
I'm sharing here [kovaacs](https://github.com/kovaacs)' message about the implementation of iCloud Advanced Data Protection. If you're interested in implementing it, you might find it valuable: https://github.com/rclone/rclone/issues/8310#issuecomment-2927557265
Any updates on this feature? Proton Drive has been gaining popularity, especially among users in the EU. Rclone has already implemented it in beta—see the documentation for details on the...
Hi, I used this method in NestJS with the Fastify Adapter (without other imported libs): `main.ts` ``` const adapter = new FastifyAdapter(); // Register /queues basic auth hook adapter.getInstance().addHook('onRequest', async...
Hi, thank you for your response. With my previous configuration, enabling externalAccess.enabled: true caused the installation to fail (see the error on the first node during setup). However, I managed...
Any updates on this? I see many open issues regarding Redis