just-doit

Results 15 comments of just-doit

See issue https://github.com/YinHangCode/homebridge-raspberrypi-temperature/issues/14

The reason is that the value which is read from /sys/class/thermal/thermal_zone0/temp is already provided in Celsius. (Actually in millicelsius) The value is divided by 1000 and then converted further if...

See issue https://github.com/YinHangCode/homebridge-raspberrypi-temperature/issues/14 The reason is that the value which is read from `/sys/class/thermal/thermal_zone0/temp` is already provided in Celsius. (Actually in millicelsius) The value is divided by 1000 and then...

I would love to see that feature, too.

I basically have the same problem. I would like to use pg_cron without having to configure in which DB it can be used. We use DBs quite often on different...

But how do I submit a job as a user in `db1` (e.g. `public`) using this setup?

I'm getting the same error using my good old C128 with a 1570 floppy drive. I was trying to backup some old disks and was hoping using diskcopy would do...

HI, thanks for the quick response. Running with `sudo` makes no difference. I build this small sample app: ```swift import Foundation import SwiftyGPIO let gpios = SwiftyGPIO.GPIOs(for:.RaspberryPi4) if let pin...

This is a bit better, but I can't get an output pin to change it's value. My test app is now this: ```swift import Foundation import SwiftyGPIO let gpios =...