Oz Tiram
Oz Tiram
Just noticed that there is another PR that suggested this: https://github.com/bndr/pipreqs/pull/253. However, it regards two dependencies, and does not modify `setup.py`. Let's start with this one, first remove docopt, and...
You probably can't and shouldn't. Bjoern is a WSGI server. You can either use `static_file` (e.g. in bottle or flask) or just use nginx + bjoern.
I am hesitating. It seems pretty abandoned and the list of contributors is very small.
Looks interesting, lacks adoption tough. Leaving open for now.
Why is this comment necessary?
Ok. Since you already dug into the source code, do you know which gc implementation uses __attribute__ or is it all of them?
Why a link to the utility and not the C library? This smells like advertising for a commercial product. Although, I might be wrong here.
> Hey Oz Feel free to suggest more C examples and I will consider adding them to the site to make it more balanced Even if for every C++ example...
I think making a huge PR putting all the stuff in tables is going to be hard to reviews. If someone is willing to this, I would merge PRs that...
I am having the same issue testing against `libmodbus/tests/bandwidth-server-many-up` ``` In [2]: import pylibmodbus In [3]: a = pylibmodbus.modbus_tcp.ModbusTcp("127.0.0.1", 1502) In [4]: a.connect() In [5]: ffi.errno Out[5]: 115 ``` I...