potens1

Results 12 comments of potens1

Hi ! Thank you for your swift answer. > We had a similar issue in https://github.com/markusressel/fan2go/issues/28, however your curve looks different, because it does start at 0, but then seems...

Hello, a two-cents comment here. **Only talking about linux**, I don't know enough about Windows and MacOS to do the same things. > some instruction to make it work as...

I get the same error with pytest test (using pytest-asyncio), for my tests it use gmail smtp with tls (if that matters) setting `PYTHONASYNCIODEBUG=1` this is the end of the...

OK, trying to have a look at the problem, I just discovered this does not happen every time, I just ran my test bench twice in a row, (full stop...

I'm not 100% sure but, it seems that it depends when the garbage collectors kick because, if I put some print statement in `SMTPProtocol.__del__` it print _after_ the warning. So...

I think this should be qualified as bug, not question, since, from [MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401): > The HyperText Transfer Protocol (HTTP) 401 Unauthorized response status code indicates that the client request has...

Same here, little use case: my script need to have db host in option and dbname, objects name are given as parameters, the callback to validate the objects name needs...

@CptanPanic Maybe I miss the point, but what's the use case of having data for a sleeping car ? (real question since I did not use the apiscraper a lot...

I guess you are not very interested in a PR with only the asyncio specific code doing warning and other left as-this ? If you are, I can do it,...