Michael Telatynski

Results 1302 comments of Michael Telatynski

> do you build the images manually yourself? I have just set up a Jenkins instance on my Webserver, and I'd offer it to use it as an automated builder...

@Freika If you're interested in a PR which does the following then LMK. 1. updates the Dockerfile to take the ENTRYPOINT as a build-arg 2. adds a Docker bakefile to...

I'm not suggesting "the Unraid way" - I don't fully agree with the CA Templates thing they have going on, I suggest "the portable" way which works however you choose...

Clients can't rely on `origin_server_ts` for ordering given that it may come from different servers in the distributed system with out of sync clocks. The issue here is a spec...

I'd suggest ``` client.stopClient(); client.store.deleteAllData(); ``` then restart your client - this will not clear any e2ee

@aaronraimist based on the PR description I disagree > If Labs are disabled, only Betas are shown. If there are no Betas and Labs are enabled, only Labs are shown....

yeah I suggested changing the config name at the time, guess it didn't occur

> Dont build release artefacts for Nightly or Release for a given platform if CI for that platform fails. CI didn't fail. The smoke tests under Playwright seemed fine until...

https://github.com/electron-userland/electron-builder/issues/8952

Fixed by https://github.com/element-hq/element-desktop/pull/2530