Thibaut CHARLES
Thibaut CHARLES
I'm using the following udev rule for setting rights for the i2c devices: ``` KERNEL=="i2c-[0-9]*", GROUP="i2c", MODE="0660", PROGRAM="/usr/bin/ddcutil --bus=%n capabilities" ``` where I replaced the `i2c` group with my user...
Regulary, shout logs possible memory leaks, leading to either the process being killed by the OS or a server disconnection. I have only 1 user on shout (CromFr) which connects...
I use this plugin almost everyday. It would be great if you could integrate it into PackageControl package list. See https://sublime.wbond.net/docs/submitting_a_package to submit a pull request to https://github.com/wbond/package_control_channel
Related with #95 These commits makes LuaD ignore non public members, as well as members annotated with the `@internal` UDA. ``` d struct LuaData{ int a; //converted private int b;...
The FORCE_MOVE klipper gcode can be used for extruder motors, however the extrude/retract buttons on the web interface are disabled if the temperature is too low. This patch allows controlling...