7

Results 28 comments of 7

This functionality could actually be put into a plugin. And current implementation is also a little bit error-prone. It'll certainly require more mature process management.

Had the same issue with aiohttp + gunicorn, observe the same message each time when ctrl + c. [INFO] Error while closing socket [Errno 9] Bad file descriptor

same issue reversely, ```python @attr.s class Model: field = attr.ib(type=str) src_dict = {"field": ["hello"]} cattrs.structure(src_dict, Model) =>'["hello"]' ```

This hard conversion is quite confusing and unexpected.

@Tinche yeah, i don't think it should do hard coercion, it'll make type validation useless.

Also, I didn't see any handle around failed confirmed `points`, looks like just appending to `notConfirmed` and keeping it there. feel free to point it out if i'm missing anyting

I like the `trigram-index` idea, how long does it finish for one round of walking all whisper files ? Curious about about how it works in millions of metrics case.