Jonas L.
Jonas L.
Maybe enabling https://www.php.net/manual/en/language.types.declarations.php#language.types.declarations.strict in our files is also a good idea?
Hey @rjhelms, Haha, indeed, I might have been a bit aggressive on the settings here. And I didn't know we couldn't chain `-filter` arguments, thanks for brigging this up. It...
This PR is still a WIP, but I'd be happy to have feedback whether this looks like a good idea. I didn't get answers on #1788, so I thought I...
Could you folks share us the content of your `cc_pref` table please? Feel free to remove any sensitive information. ```sh sudo -u libretime libretime-api dbshell -- -t -c "select *...
We need the logs from legacy, when the failure occurs. I had a similar behaviour some months ago, not sure if it is related. Here is maybe an idea why...
Hey @zklosko, is there more work you want to put into this PR ? Have you come up with a good way to embed the Vue multipage views into the...
@zklosko I hate to cut your energy every time you work on this, but this is a large change and some planning is required. You cannot implement or swap a...
> I'm having trouble getting Vite to split the locale files into separate bundles per language. It's importing all of them and the compiling all locales into the same output...
eslint should be capable of checking if an i18n key used in the code is missing from the translation files. Maybe also the other way around. But I would start...
> `{{ $t("Getting Started") }}` I would prefer to have keys here instead of the en_US string, I think I mentioned this already before. e.g.: `path.to-the.file.ComponentName.translate-key` > There isn't a...