Florian Heß
Florian Heß
Hi Chris, I don't think Python 3 vs. 2 is the cause. We run bagit as imported module in our Python 3 environment. Plus, OrderedDict of lists does still throw...
With the proposed selectors applied, "NOT OK" goes just a line down, quite nothing's won. ;) > But i'm not sure how much care have been taken to make sure...
@wader, jq master accepts the `.[0][] | nulls | error("null path entry")` selector with input of the second test without `--stream` flag? On Ubuntu 20.04, jq-1.6 does erroneously reject it,...
Just thought I'll post my workaround python script for memory-efficient validation of arbitrarily large JSON input. It just replaces all objects (key-value mappings) by null straight after reading, effectively freeing...
Follow up: In another Typo3 instance of our sites that has a comparable structure and code base the Blog component could be upgraded successfully to v7.1.0, and is working. As...
Inferred from the general PostSubscriber code and the according TCA, in which a foreign_table_where includes a delete=0 condition (which you might want to re-consider), I have made up bare-to-metal SQL...
After deleting all comment subscriber records in the List module, the Blog module finally works. Yet, I doubt it can be regarded as the solution, of course. As said, I'd...
Hi, I suspect that correcting or rather suppressing this error at logging level is not quite sufficient on a larger scale. The callback routine in said Storage.pm module is just...
Hi, thank you for replaying so soon, but then is STDOUT binmode and/or autoflushing ($|=1)? As far as i know, print is buffering internally as well to flush not until...