Matthias Urlichs

Results 94 issues of Matthias Urlichs

Hi, akumuli (0.8.80) seems to have a memory leak somewhere in its data retrieval code. Its total VM size on my system, after reload, is 300 MBytes. After triggering Grafana...

Requiring a config file in order to write a config file seems … sub-optimal. ``` akumulid --config /tmp/test.cfg init log4cxx: No appender could be found for logger (main). log4cxx: Please...

I just tried to build master on an uptodate Debian 10 (buster) x64 system. Unfortunately the storage test deadlocks. ``` strace: Process 85475 attached with 3 threads [pid 85485] futex(0x55aa70562738,...

Older LXC versions don't know about the `-P` option.

This moves the block that reads the data up into the try: block. I hit this issue while testing aioamqp with pyrabbit. The sequence of events is: - send request...

If you want to disallow function calls entirely, using an empty dict now works. Same for operators and names. NB: Python3 doesn't let you remove True/False/None because these are now...

I'm working on getting the tests into some kind of shape. However I have no idea where all these "*_filename" test fixtures are supposed to come from. Any ideas?

Hi, CJSON is not locale independent. Specifically, if the current locale wants us to encode the decimal point as a comma, as in Germany, CJSON will happily do so. This...

Could you please upload a wheel to pypi?