Stéphane Raimbault
Stéphane Raimbault
The terms master/slave come from the Modbus protocol documentation. A few years ago, I considered replacing them by server/client, to avoid racist connotations and improve understanding. Today, the time has...
## libmodbus version Migration from v3.0.6 to libmodbus v3.2. ## Description Migration would be easier if the new offset (now start) fields would be appended to end of the structure...
From @geith: https://github.com/stephane/libmodbus/commit/cf6449145a13f53aef969e89599be86f888539f3#commitcomment-5637856 ``` Instead of calculating the transmission time manually, tcdrain() can be used to wait until all bytes have been sent (which would be a safer an more...
**Describe the bug** It would very convenient to use `Body()` when the schema contains only one argument but in this case, django-ninja doesn't apply the right validation path. A view...
I use sqlalchemy_utils which provide ChoiceType field (and many others). I'm able to create a new Marshmallow field (Field) to handle this new field with proper `_serialize/_deserialize` functions but instead...
When I open a webpack config file (such a build/webpack.base.conf.js from a VueJS template), the plugin generates a high CPU load but I don't care about the results because these...
djangular/config/angularapp_template/app/index.html old mode 100755 new mode 100644
I was surprised by the inversion of type and key in custom store of Svelvet. We have many TS types such as: - `Map` - `Record` but the Svelvet's Store...
You've removed the PO files from the repository and that's good thing because it's better to compile them when necessary from the current PO files but you need to include...