Andrey Nehaychik

Results 9 issues of Andrey Nehaychik

After some interface changes in TimeChopper the JMeter tests starts failing. ` : object of type 'generator' has no len() self.recent_ts = [0] * len(self.sources) ` ` TimeChopper(self._read_stat_queue(), 3)) TypeError:...

Hello. I have a django application. Let's assume I have empty django project created by: ```sh mkdir nginxtest cd nginxtest/ python -m venv .venv source .venv/bin/activate pip install -U pip...

bug
nginx-http-module

https://github.com/memcached/memcached/blob/master/doc/protocol.txt

In code by mistake can be attempt of inserting None for non Nullable. For string type and some other types it will raise unexpected Exception.