Thomas Wiringa
Thomas Wiringa
Hi @engcom-Delta It’s possible that on a default installation, there's not enough files yet for it to become noticably slower. I do see in your screenshot that the 2.4.5 build...
@engcom-Delta I've done some testing on clean installations and the slowdown effect is not very noticeable, however it is still there. Here are some timings taken from my testing: ###...
It looks like this might be fixed by https://github.com/magento/magento2/commit/12a9eacaf57baf1dbd71b22cbd9ada32f3ffa479 I just applied these changes to my 2.4.5 Open Source testing installation I used above (where the compilation time was 93s)...
FYI, I am running on MySQL 8.0.35 and also have this issue so this does not appear to be specific to MariaDB
Sure thing @withinfocus , I've also added some information here: https://github.com/bitwarden/server/issues/3651#issuecomment-1885849819 This is my `docker-compose.yaml` file: ```yaml version: "3.8" services: bitwarden: image: bitwarden/self-host:beta restart: always depends_on: - db env_file: -...
I just ran into an issue similar to this one after updating some packages to the latest (stable) versions ``` src/index.ts:121:13 - error TS2322: Type 'YogaServerInstance' is not assignable to...
@dimitriBouteille I think that PR only fixes it when saving in the admin, correct? The recurring data patch still only seems to be writing to/updating the default scope and not...
I'm having the same issue where the "Archive All" button is not working properly on v10.13.1 Though for me the PATCH request does produce a 200 response `directus-1 | [11:09:15]...
I'm also seeing this behaviour on 2024.1.0-beta on an ARM64 platform. Running `supervisorctl tail admin` inside the bitwarden container returns: ``` fail: Microsoft.EntityFrameworkCore.Database.Command[20102] Failed executing DbCommand (6ms) [Parameters=[], CommandType='Text', CommandTimeout='30']...
@tomMoulard Ah, I see. I installed this version with `brew install traefik` (See https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/traefik.rb how it's built/installed), I'm now running the version downloaded from the releases page: ``` Version: 2.6.1...