Benjamin Cavileer

Results 2 comments of Benjamin Cavileer

The dependency API at RubyGems.org has been deprecated https://blog.rubygems.org/2023/02/22/dependency-api-deprecation.html This fork worked for me https://github.com/johansenja/annotate_gem/ Uninstall the gem with `gem uninstall annotate_gem` then clone the fork, `cd annotate_gem`, `gem build...

I'm having the same problem. I'm using the Async `connection.watch(obd.commands.RPM, callback=update_rpm, force=True) # keep track of the RPM` `connection.start()` If I start the connection before the vehicle is running, I...