Michael Herger
Michael Herger
I think it could be helpful (for all three of your suggestions) to collect data about which formats support which tags, how different taggers store them (if they're non-standard), and...
Thanks for reporting. Would there be anything in your server.log (see Settings/Information)?
Yes, these are subscription based services. TBH: I don't remember whether there should be a free (poor quality) stream or something. Do you know?
Thanks @sle118 - this does indeed look like an easy enough change. Could we risk to run into situations where the watchdog would indeed have had to kick in? I'm...
Adding an override in my project's `package.json` works around this limitation successfully: ```json "overrides": { "express-joi-validation": { "joi": ">=18.0.0" } }, ```