Christof Arnosti
Christof Arnosti
zic has changed it's standard behavour. From the Changelog (https://data.iana.org/time-zones/releases/tzcode2021d.tar.gz, file NEWS) ``` Release 2020b - 2020-10-06 18:35:04 -0700 [...] zic now defaults to '-b slim' instead of to '-b...
Perfekt, thanks a lot for your work
I don't have a windows development machine, so no. Having a short look on the failed test I'm not sure if the test failed because of this commit. In the...
Hi, I'm currently in holidays, thus the slow response. I have originally tested the patch on linux with restbed client and server, and I did not get this error. If...
Hi, Can you please check if this problem also happens without client authentication patches? Then we can decide if I (patch author) or the people of Corvusoft have to look...
Hi, I have the exact same error: When I connect from an android device (two different devices tested), then I get a "grainy", sped-up version of the sound with regular...
Thanks for analyzing! This bug drives me crazy since forever, and I always suspected thunderbird since no events are missing on my mobile. But the mobile syncs every hour, so......
@flortsch I'm also on it, already have the dev environment setup. The vscode devcontainer setup uses postgre, and the error is present there as well.
Hmm... Doesn't seem to easy a bug: ```php private function getSQLForDelete(): string { $table = $this->sqlParts['from']['table'] . ($this->sqlParts['from']['alias'] ? ' ' . $this->sqlParts['from']['alias'] : ''); return 'DELETE FROM ' ....
https://github.com/charno/server/commit/9f1eb49196087b50f06f60442c3e730e220c1361 Failing test case added