Frederik Berg
Frederik Berg
I enabled 2/multi factor authentication for google and I assume thats the reason it can't log in. This is the error that shows up when I hit save on the...
I'm getting the following error: ``` CrashLoopBackOff: back-off 5m0s restarting failed container=nginx pod=foo-5b9957fff9-f6hqp_bar-staging(92483072-df8f-4fce-bbd7-3a6f2096691a) InvalidImageName: Failed to apply default image tag "${PHP_FPM_IMAGE}": couldn't parse image reference "${PHP_FPM_IMAGE}": invalid reference format: repository...
I can clearly see a window close animation even if I disable animations. That means I need to wait untill I can actively use my other program. The whole reason...
I tried to install as per the instructions on a fresh fedora 39 install. It had some problem with a subprocess during the pack instruction and complained that msgfmt could...
My composer.json: not using any, setting a php platform version didn't change anything either Output of composer diagnose: Checking platform settings: OK Checking git settings: OK Checking http connectivity to...
as bash does not pass signals down you should either catch appropriate signals (HUP, TERM, KILL) and signal nginx appropriateley or.... maybe switch it around... start just the watcher in...
See: https://github.com/palantir/tslint/issues/4534 TSLint will be deprecated, ESLint will succeed TSLint for TS linting. Equivalent ESLint configs should be created to enable a smooth transition.
Before opening an issue, please try starting terminator with an empty config file, by issuing `terminator -u -g /dev/null` and see if it starts normally. If it does, and you...
To be able to check sites that require specific headers, I added the option to define extra headers to send with all requests. I tried to add cli options for...