kochka
kochka
Hello, I would be nice to have a toggle method that took a bool in addition to the set_low and set_hight methods. Very often I'm writing things like ```ruby RPi::GPIO.send(state...
1. Database version (Ex: PostgreSQL 10.0): MySQL 8.1 2. TablePlus version (the number on the welcome or about screen, Ex: build 81): 1.0.1 build 234 3. Linux distro (Ex: Ubuntu...
Seems some scales are displaying decimal values.
Allow the users to create custom fields. One might track running distance or exercise times (Request from Play Store comments)
Show all in one graph with different colors. The scales for each set of values (e.g. weight, fat, etc. ) could be in the according color. (Request from Play Store...
A sleep under 1ms make a sleep of 1ms. ```crystal # 100µs sleep puts Time.measure { sleep 100e-6 } # => 00:00:00.003399000 ``` Crystal 0.26.0 (2018-08-13)