Samuel Archambault
Samuel Archambault
Hello calvn, I was taking a look at the code and I'm trying to understand how did you figure out that the error came from a consul.kv.get call.... From what...
Hello calvn, We just noticed that we had this error message when running with 0.12.12 which has few paths where key_name is not defined (in lib/consul/index.js): `cb('Failed to delete key...
hello @calvn , with 0.12.13, we have problems exactly like you described in your first reply in this thread. I made a PR that retries when the connection with consul...
Hello, Indeed, making CI work with helm isn't that hard, but adding the repos in the CI would add some awkward logic/confusion. For instance, for a shared helm repo config,...
ELM327 device version: result of GetVersion: "Device has version OBDII to RS232 Interpreter" ELM327 device: Revesun ELM327 USB OBD2 Car make: Hyundai Car model: Accent Car production year: 2004
Hello there, I tried ATSP3 with the RPM example, and instead of getting a "Failed to get rpm EOF" error, I get "Engine spins at 0.000000 RPMs". What was confusing...
To make it work on my macbook, I had to install this: https://pbxbook.com/other/mac-tty.html (the prolific one). Then the the device to use was: /dev/tty.usbserial
Sure! 1- I plug my usb OBD-II adapter in my laptop 2- I turn the car on (just ignition, no engine start) 3- I plug the OBD-II adapter in the...
This feature would help a lot for local development. I could just mount my project lib folder in docker-compose and change my files directly
usage would be something like: `zauth otp -get Google` then it's even easier with pbcopy (mac osx) `zauth otp -get Google | pbcopy` or with linux: `zauth otp -get Google...