Chow Loong Jin
Chow Loong Jin
- Change _HIDE_FLAGS to use 0x0 in decorations fields of _MOTIF_WM_HINTS - Change ServerDecorations.handle to use a boolean flag tracking whether the window decorations were previously hidden by united, because...
This option allows for the generation of internal spur gears. Internal mode adapts the meanings of several options for use on internal gears: - backlash is negated for larger teeth,...
The following causes CGAL assertions as per https://github.com/openscad/openscad/issues/791. ``` use function convert_circular_pitch (circular_pitch) = circular_pitch * 180 / PI; gear ( circular_pitch = convert_circular_pitch (3), number_of_teeth = 8, backlash =...
This PR introduces four new gauge metrics showing the current toolhead position as derived from the gcode parser - octoprint_current_x - octoprint_current_y - octoprint_current_z - octoprint_current_e It also adds an...
This fixes an issue where print time metrics for a `path` that has completed don't get fully cleared after print completion
This allows for locking signals from the bus while connecting to signals on a BusObject, and releasing them after. This is needed for Mono.Zeroconf's implementation of Avahi's DBus protocol.
A TrapSignals and UntrapSignals is needed for the implementation of certain DBus protocols like Avahi, where signals can come in between getting an ObjectPath as the return value of a...
While comparing python-memcached and pylibmc behaviours, I found that python-memcached was able to store and retrieve bool values as bools, while pylibmc would store them as integers being 1 or...
Fixes: #1728 - feat(job): add runAt field to job key in redis - feat(job): add runAt property to Job - test(job): extend job tests to check runAt correctness
**Is your feature request related to a problem? Please describe.** I have many log lines with labels like `duration=1000` for 1 second, and `duration=3600000` for 1 hour. I'd like to...