Results 984 comments of Nathaniel J. Smith

I'm lurking on this issue because I'm hoping to see a solution for projects like [duecredit](https://github.com/duecredit/duecredit) that need a standard interchange format for citations, and in particular software citations --...

What do you get if you run: print(colorama.__version__) On Sun, Feb 12, 2023 at 11:58 PM DanZerom ***@***.***> wrote: > I have tried to use this function both on interpreter...

I don't really understand what you're doing or what the problem is, but if your output is being truncated, maybe you need to flush the output stream? Or run with...

It's mostly a matter of controlling our own destiny. I/O is the core thing Trio does, and the `selectors` module's API is awkward for us to use, doesn't expose all...

Oh, right, I forgot that it's proprietary now. That makes it pretty awkward to support, because if someone's PR is failing on Solaris or requires general changes to the IO...

Maybe started() should raise an exception, RuntimeError or whatever, if the call to `start` has ever been in the cancelled state? On Fri, Dec 1, 2023, 10:06 Joshua Oreman ***@***.***>...

Getting zmq to play nicely with regular event loops is pretty non-trivial. (That's why pyzmq used to try to dodge the issue by providing a custom loop.) We can do...

@jiangrzh I'm not very familiar with nanomsg, but will happily cheer you on if you want to get it working with Trio :-). Do you use the older nanomsg or...

@kawing-chiu Thanks for the links! I think we do know how to integrate zmq with the trio event loop. It's just a bit complicated, so it will take a bit...

This is a subtle bit of design, so let's give the issue discussions more time to converge before merging anything. On Sat, Dec 2, 2023 at 6:26 AM codecov[bot] ***@***.***>...