Louis Opter

Results 42 comments of Louis Opter

I don't believe there is a way, I tried a while ago, I remember modifying the sources.

I did that, do we want to also move the host argument after the loop argument? It makes the signature a bit less nice imo, but would be backward compatible.

> i don't think loop argument is frequently used, no need to do that. 👍 > how does it work with local_addr arguments being removed from create_datagram_endpoint? is the socket...

Yes, this does not prevent bidirectional communication, you can play with the UDP echo server & client examples on different platforms to see that: https://docs.python.org/3.11/library/asyncio-protocol.html#udp-echo-server

The [echo client](https://docs.python.org/3.11/library/asyncio-protocol.html#udp-echo-client) (representing pymonome) does not bind the socket by specifying `local_addr`? > Moreover, the case seems to be that the sockets aren't bound at least on Windows until...

Thank you for clarifying how serialosc and pymonome communicate. `None` seems like a bad idea because then `node` will passed as `NULL` to `getaddrinfo` and the socket will be bound...

I also just ran into that issue, it was confusing.

Bump on that, I am trying to update the NixOS derivation for mindforger, and the way the project integrates with `cmark-gfm` as a git submodule that needs to be built...

That should be the role of the IN_NO_LOOP flag, but it's not implemented.

As @Pawka said, if we use the transfer ownership feature, then GitHub will do redirects. Glide shells out to the VCS themselves so we should be fine on that front.