Pez Cuckow
Pez Cuckow
+1 for this feature, I found chosen while looking for a way to support this (I was looking for being able to select a group title OR select a group...
Pull requests implementing such functionality are very welcome! Unfortunately, other than maintenance, I don't have time to give this project my full attention right now.
Hi @godbyk, sorry for the delay in getting back to you! Unfortunately I don't have the time to prioritize this project right now, but pull requests adding xref support are...
`npx mkdirp` _shouldn't_ require mkdirp to be included in the project dependencies (see https://www.npmjs.com/package/npx), but I too can re-produce this. I wonder what's similar between our two development environments.
This error still exists today when trying to remove a user from a community group: ``` ./node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221 throw new Error('Evaluation failed: ' + helper_js_1.helper.getExceptionMessage(exceptionDetails)); ^ Error: Evaluation failed: Error: expected...
Found out about the malware from this thread, so yes, people _are_ only just finding out about this!
As discussed above, I can confirm this has broken packages that include Mermaid via unpkg: i.e. https://unpkg.com/mermaid/dist/mermaid.min.js JS deliver is indeed serving a cached version instead of the 404. Swapping...
I have a very old fork of this project that implements oauth and image uploads: https://github.com/Pezmc/node-harvest/tree/custom-build We could likely rebase those changes onto your current master to add support? But...
I didn't find any usage (or test coverage) of `getLocalFile` in https://github.com/Pezmc/node-red/blob/4920611b69f124757f4c97b3f97c6f3fe7854f5c/packages/node_modules/@node-red/registry/lib/localfilesystem.js#L593 but I have updated it!