Tilman Vogel
Tilman Vogel
Actually, I have little spare time right now. So if you really want to wait for me to verify it - it might take a while. The changes however look...
+1 Here for using radicale as a CalDAV mirror to do automatic heating control using python caldav search, see https://github.com/tvogel/caldav-trigger . Currently does not work because expansion is not done...
This is the expand code from Sabre that is used by NextCloud: https://github.com/sabre-io/vobject/blob/49dbd1bacba784025cc012fd7d908dd87a725914/lib/Component/VCalendar.php#L280 I donot see any arbitrary "safety" limits in that. Neither in the code leading up to that...
I am just starting on my research about schema migration tools and it completely puzzles me what the idea of the automatic schema diff/patch approaches is if they all neglect...
Is there any news on this issue? Or any workaround?
This happens straight with a fresh anaconda install plus installing this package with the anaconda-navigator environment manager. The installed black package is marked as 23.3.0 in the environment manager but...
> ```sql > EXECUTE format('SET request.jwt.claim.sub=%I', (auth_user).id::text); > EXECUTE format('SET request.jwt.claim.role=%I', (auth_user).ROLE); > EXECUTE format('SET request.jwt.claim.email=%I', (auth_user).email); > EXECUTE format('SET request.jwt.claims=%I', json_strip_nulls(json_build_object('app_metadata', (auth_user).raw_app_meta_data))::text); > ``` Because I have lengthy `app_metadata`,...
+1 for the part of the request that asks to run the statement on the current line. This involves developing logic that automatically selects all of the statement that the...
I experienced a `vdirsyncer` process that hung because of server issues for multiple hours. Should there have been a timeout? It was a problem because subsequent runs (from `cron`) could...
As a workaround, I am now using the [timeout](https://linux.die.net/man/1/timeout) command in my `crontab` to limit execution time.