Stefan "hr" Berder (白峰)

Results 28 comments of Stefan "hr" Berder (白峰)

The default for the name should be 'csrftoken' but it is possible to change it in Django configuration. My suggestion would be a key `csrfCookieName` in the `Backbone.Tastypie` table to...

I can take a look too if that helps, I haven't come across that issue though.

Debian GNU/Linux bullseye/sid Python 3.9.2 influxdb-python master branch Influxdb 1.8.5 and 1.7.3 msgpack 1.0.2 Run my test scripts with `export MSGPACK_PUREPYTHON=1` to use python implementation of msgpackrather than the C,...

Tried to do the request directly on the line with curl and still got a messed up msgpack answer with the same issue: ``` $ curl -G 'http://localhost:8096/query' --data-urlencode q='SHOW...

If you look at the demo, the code is a bit more clear. I do it the following way: ```js let imgBuffer = new Image; // add logo to QR...

`` and `` should not be minified, one is script code not html and could have so many different scripting languages inside it and more, the other should be formatted...

Looking at the code and the tests, I can see why the whitespaces are dumped and why the test passes (it is made so it passes but does not cover...

I'm coming back with some good news, I started by cleaning up a lot of the tests that were incorrect (trailing spaces just before `` in `htmlmin/tests/test_middleware.py` for example). Then,...

To add to the use cases here, currently in China, Pypi timeouts are extremely common so I use a devpi as proxy to prevent that. No point in publishing this...