Thomas Urban
Thomas Urban
I've just cloned concurrently locally to create a build off current main branch, then linked it into that other project. ```bash $ git clone https://github.com/open-cli-tools/concurrently.git $ cd concurrently $ npm...
I've kept on trying to nail down the issue. From concurrently perspective, relying on shell-quote to do the job seems to cause this issue. As pointed out in the linked...
Well, I was hesitant to provide a solution I found based on my follow-up investigations as documented in the related issue at shell-quote repository for I was hoping to get...
I haven't had much time since reporting this issue and there is a PR I have to take another look into though basically it is working as I have tested...
Hm, not sure about the open linter errors for running ESLint on my working copy presents that warning, only. In case it is fixing something locally, this does not result...
Observing same case with - Device: iPhone 13 Pro - OS: 16.5.1 - Version: v2023.11 - Build: 337 Update: second link prevents app from crashing, too, but it isn't showing...
I second this feature request as it is the only piece missing in current docker-based setup right now.
@williamtran29 Why don't you use a multi-stage Dockerfile to build the custom web UI as desired in one stage and have it applied to the official web UI by starting...
Using markRaw isn't a solution, even in the OPs use case, according to [the official documentation of markRaw and the warning](https://vuejs.org/api/reactivity-advanced.html#markraw) given there. In example given before, an inner property...
IMHO, running `bitwarden.sh renewcert` is a task usually done in a cronjob or similar. So, there is no user going to confirm prompts of the scripts about removing stale images....