Frozen_byte
Frozen_byte
In `jest.config.js` ``` moduleNameMapper: { '^lodash-es$': 'lodash', // https://github.com/valor-software/ng2-charts/issues/1291 'chart.js': 'node_modules/chart.js/dist/chart.mjs', // https://github.com/valor-software/ng2-charts/issues/1421 }, ``` Worked just fine, thank you!
Would you mind releasing a docker for this? I would love to test it then 👍🏻
> Hey @Frozen-byte 👋 😄 Please try https://github.com/jocull/ukulele/pkgs/container/ukulele/192687440?tag=jda-5 I hope I did this right! Works perfectly, thank you! Will test it further this week and report back if any odd...
Sadly today it got borked again, look like alphabet getting serious :/ image: ghcr.io/jocull/ukulele:jda-5 Message: ``` ukulele-1 | 2024-04-29 17:04:36.399 ERROR 1 --- [ader-2-thread-1] dev.arbjerg.ukulele.command.PlayCommand : Handled exception occurred ukulele-1...
Same seems valid for sowing with a Tractor Module.
works like a charm for me.
got the same issue when I use the plugin on localhost on Linux. Server answers: ``` { "errno": -2, "code": "ENOENT", "syscall": "copyfile", "path": "/home/frozen_byte/Projects/nodebb-plugin-ns-awards/public/uploads/award-2611e152-4610-4c52-b7ad-53ac5b3e3bb2.png", "dest": "/home/frozen_byte/Projects/NodeBB/public/uploads/awards/award-2611e152-4610-4c52-b7ad-53ac5b3e3bb2.png" } ``` So...
using https://www.npmjs.com/package/default-passive-events works just fine.
Same Problem for me, for a temporary workaround I added ``` Object.defineProperty(global.CSS, 'supports', { value: () => jest.fn() }); ``` to my jest setup file.
I think the issue is on `plugin/filter.js:16` since the `payload` argument does not contain `userData` but `templateData`.