radamand

Results 2 issues of radamand

**Application failes for 523KB file with exception** {"Out of memory."} Data:{System.Collections.ListDictionaryInternal} Looks like due to file with many tags Dictionary couldn't hold massive data at System.Drawing.Graphics.CheckErrorStatus(Int32 status) at System.Drawing.Graphics.DrawPath(Pen pen,...

bug
crash

**Version**: v0.31.0 **Command**: python -m yapf --style='{based_on_style: pep8; DEDENT_CLOSING_BRACKETS: True}' /home/xxx/tmp/yapf.py 1) 2 arguments **In:** PrometheusPushGatewayHandler( gateway=config.prometheus_gateway,job="data_producer") **Out:** PrometheusPushGatewayHandler( gateway=config.prometheus_gateway, job="data_producer" ) 2) + 1 argument: **In:** PrometheusPushGatewayHandler( gateway=config.prometheus_gateway,job="data_producer",grouping_key=grouping_key) **Out:**...