Caleb Hattingh

Results 130 comments of Caleb Hattingh

Oops, yes I see you mentioned windows in the initial report. aiorun should work on Windows too, with respect to CTRL-C, but it hasn't been used as much on windows...

~@pfmoore There is definitely a race in how `set_result()` and `set_exception()` are called within the inner thread's `run()` method. Based on the report in #80, I submitted #89. I don't...

It depends most strongly on the REST servers you're using. Each of the frameworks (aiohttp, fastapi, sanic, etc.) will have a slightly different way of shutting down. You will have...

> however I want to be able programmatically to stop the loop. anything after run(loop=loop) is not going to work! To answer this question from the perspective of aiorun, all...

Since #793 got closed, I've made a new PR #816 containing only these fixes.

Ah ok, I didn't know. Should I close my PR then?

I couldn't reproduce so I'll close the issue for now. If someone finds a reproducer we can reopen and investigate further.

Hi @ubaldot vim-conda-activate looks great! If you would like to add a PR here to mention it in my README, that would perfectly fine by me. I haven't made meaningful...

I'm the original author. Would love a PR to fix this! :)

I think we just favour python3 if found first. Otherwise fallback to others.