Joerg Sonnenberger
Joerg Sonnenberger
Before: ``` CREATE COLLATION public."de-u-co-phonebk-x-icu" (provider = icu, locale = 'de-u-co-phonebk'); CREATE TABLE testtable ( name text PRIMARY KEY ); ``` After: ``` CREATE COLLATION public."de-u-co-phonebk-x-icu" (provider = icu, locale...
While Python 2.7 supports the Byte literal syntax, iteration will give characters, so `ord` is necessary.
Using SuSE MicroOS with a bunch of macvlan-using containers, I see netvark-dhcp-proxy hanging every few days. From journalctl: ``` netavark[14606]: thread 'tokio-runtime-worker' panicked at 'failed to spawn thread: Os {...
Create an empty StringIO and call the pdf reader on it. It will loop in the readNextEndLine calls before the %%EOF check in read.
## Description If a node has multiple trigger specifications, they should have independent delays. If a single delayed trigger specification is targets multiple nodes, they should share the delay. Corresponding...
## Description Unlike other form elements, checkbox elements will return `on` whether or not they are currently ticked. Explicitly handle this by checking for the tag name and type and...
Similar to #2891, the delay modifier behaves suboptimal when multiple nodes can provide data. I think the desired behavior here is also to have one shared delay per trigger specification....
### Describe the feature At the moment, HLS muxing can happen in two ways: (1) For all defined paths that are not on-demand (2) For paths with an active reader...
## Description If multiple nodes are targetted by one trigger specification, they share a delay. This is useful e.g. for active searches with multiple participating fields, so that the search...