Onno Huijgen

Results 28 comments of Onno Huijgen

Updated the devops extension to 0.16.0 and the latest azure-cli. The output is less verbose, but the outcome the same: 'Can't store password on keychain'

Keychain.app is working properly, but it doesn't ask for a password when running the command. Debug output: ``` Command arguments: ['devops', 'login', '--debug'] Event: Cli.PreExecute [] Event: CommandParser.OnGlobalArgumentsCreate [, ,...

Also when setting the PAT in AZURE_DEVOPS_EXT_PAT I still get the Token prompt. And when issuing the `az login` first, I also get the same `Can't store password on keychain`...

@ishitam8 With the environment set, I'm able to run any other commands like `az devops project list | jq '.value[].name'` and `az repos list --project Servers` I ran `az devops...

Have you done any work on this? ~~Is your idea to have a config per device/sensor, besides the obvious global settings?~~ Guess you answered this in #111 ;-)

IMHO the daemon should wait for the MQTT server to become available and gracefully shutdown if it doesn't reach it within a certain timeframe. https://blog.miguelgrinberg.com/post/how-to-make-python-wait Happy to help if I...

It's easy to provide a name in `mqtt_client = mqtt.Client()`, but that shouldn't be neccessary, because the broker (Mosquitto in my case) assigns a clientID automatically. ``` 1604067158: mosquitto version...

That seems like another problem to me and is Bluetooth related. Your Pi can't reach the MiFlora C4:7C:8D:67:B9:4F. Battery low or a sensor reset needed?

After trying several Graals I was glad I stumbled upon this thread. I can confirm that the Bellsoft Liberica NIK 23..1.1 (OpenJDK 21) works for me (creating ASCIIArt).

I’m trying to accomplish the same. But I guess this is quite a niche. Can you elaborate on some of the difficulties involved?