NotAFile
NotAFile
@thomasgauthier unfortunately not really. I ended up passing an opaque object with a .to_str() method instead.
I would greatly appreciate a merge of this, is anyone still around and active that could merge this?
Actually, put this on hold, it's probably a good idea to pass the packet to the callback function. That way, it can use the `ENET_PACKET_FLAG_SENT` to find out if the...
> What's the point of the userdata field? The userData field is provided by enet (on a number of structs) and common to use with callback systems to allow "passing"...
Well, we have added a try except around it in our code. It's just a gotcha that you need that in the first place. Cython docs describe adding a try...
Me neither, but some of our users do, unfortunately.
The following command works beautifully for windows with mingw installed. `python setup.py build_ext --library-dirs enet/ -lws2_32 -D MS_WIN64 -cmingw32` it says mingw32, but it actually makes a 64bit binary like...
some research has shown that the nonce can be public, the requirement is only for the nonce to be unique per second. As such, a simple counter should be enough...
Hi, I'm the author of Labelprinterkit. Someone just pointed me to this issue. I thought I'd give a few thoughts. 1. The brother docs are incorrect. They state a `'g'`...
@kettenbach-it I have one next to my desk right now, but I haven't worked on it yet. As far as I can tell, the protocol is identical except for the...