Oliver Berger

Results 28 comments of Oliver Berger

I am not sure what http api you are pointing to... can you elaborate? PS: I am very open to PRs, since this project was just implemented as a tiny...

@trompx at the moment I have no time to have a view on this issue. If you provide a PR I will accept it. As you can see the code...

@Tinche you might consider using https://github.com/ilevkivskyi/typing_inspect/blob/master/typing_inspect.py#L143 for your convenience...

The question is: when it gets released? As of https://github.com/Tinche/cattrs/issues/74 people start to release their forks on pypi already :( which indicates, that this project is more used than obvious...

I develop an asyncio RPC library, which solely depends on Python >=3.5 on the remote side (lazy remote module import via MetaPathFinder): https://github.com/diefans/debellator Just for curiosity and possible performance gains,...

IMHO you are responsible to `cancel` your long running tasks before the test exits

@zoopp you should run the consumer and `queue.join()` in a background task (future) within the test, register a callback, which stops `queue.join()` future on failure.

I got the same errors ``` npm ERR! code ELIFECYCLE npm ERR! errno 1 ``` ...after running `cypress open` I was able to run the tests again in headless mode...

FYA https://github.com/awesomeWM/awesome/issues/1490

@dudududi maybe just the wrong people... @codyoss @ScruffyProdigy can you help to get this merged/reviewed?