Dawn Drescher

Results 10 comments of Dawn Drescher

Hi! When I look at `const password = (value, props, components)` from the example in the readme, it seems to me that `props` now serves this purpose. Is that correct...

Nope, the `daemon` parameter is `false` by default. And I tried it out too – no daemonization when I start it on the command line. ``` GUNICORN_SETTINGS = { 'bind':...

Wow, cool! I didn’t know about Reversatile. I’ve installed it. I’ll give you the heads-up if I encounter it again.

Same for Gate.io spot `book_ticker` updates.

Thanks for looking into it! We've switched to waiting 10 s. That seems to generally be enough. On very low-volume markets it would take minutes to collect 1000 updates, which...

Same, except I already upgraded and just noticed that it's broken.

E.g., you already use Redis or Dragonfly but you suddenly need a timeseries database. Setting it up with Redis takes minutes for someone who already knows Redis. Picking out, setting...

> Can UnicodeDammit guess the incorrect encoding specified in the headers? You mean guess the correct encoding if the wrong encoding or no encoding was specified in the HTTP headers?...

Thanks, that’s very interesting! I should run a few more tests with cchardet and preprocessed HTML (with tags stripped); that’ll probably restore my confidence into that method. I’ve only been...

There was another problem with my approach, which forced me to reimplement some small parts of UnicodeDammit: https://bitbucket.org/Telofy/utilofies/src/0d8cdc3ae5a0a08e7fb5906d96f0d8e2284751d1/utilofies/bslib.py?at=master#cl-15. The encoding problem was reported to me, which usually means that it...