Stijn Peeters
Stijn Peeters
Both the 'Tokenise' and 'Filter by words or phrases' processors already allow providing custom word lists for filtering; 'Always delete this words' option for Tokenise and 'Custom word list' for...
https://github.com/rawgraphs/rawgraphs-app/issues/368
Probably fixed in ddb1c71a7cce3309a624869104b30e724d83be11
Yes, nested conditionals are not supported (currently they may or may not work).
I tried rewriting it to not trigger the token check and failed, maybe it would work when using Selenium, but I'm not sure that's worth it...
Hi @muneerahp , thanks for this. I can certainly see how this is a useful feature, but I'll have to think a bit about whether we want to merge it...
This is now in principle ready for merging, since the [recent 4CAT release](https://github.com/digitalmethodsinitiative/4cat/releases/tag/v1.43) has support for this, but there is no way to detect from Zeeschuimer's end whether the 4CAT...
This was fixed in the [most recent 4CAT release](https://github.com/digitalmethodsinitiative/4cat/releases/tag/v1.43)!
Ouch, classic mistake. Thanks a lot! I'll merge this when I have a moment to test the revised version.
> Added code to delete workers associated with an extension if it is uninstalled (they cannot run afterwards). If we do not do that, then any existing jobs will log...