Mislav Marohnić

Results 833 comments of Mislav Marohnić

@hickford I have 2.0.632+478753bbb7 and I do see that my version supports the explicit option of choosing Device flow (as per my previous comment). At the risk of derailing the...

> Whether you see the 'web browser' option depends on the DISPLAY environment variable Ah, I see! DISPLAY isn't set for me on macOS, where I would guess that this...

Per this thread https://github.com/quasilyte/go-ruleguard/issues/134, ruleguard is not really good at matching struct declarations.

Through golangci-lint I've found that you can do `//nolint:gocritic` to disable ruleguard for a specific line, but of course, this disables all ruleguard reporting for that line. I did not...

@quasilyte I don't think so. golangci-lint only supports `//nolint: // ` statements, where `description` is meant to be human-readable and can't specify rules to disable, to my knowledge. https://github.com/golangci/golangci-lint/issues/741

@rikroe I've added the header but it doesn't seem to have any effect on the HTTP 500 error. ```diff diff --git a/bimmer_connected/cli.py b/bimmer_connected/cli.py index 4a5d3c3..813396e 100644 --- a/bimmer_connected/cli.py +++ b/bimmer_connected/cli.py...

@rikroe I'm not sure what "charging profiles" in the app are. I'm using the app in Dutch language. The only charging settings that the app offers me is to change...

@rikroe I'll dig deeper for the cause of the HA failure. Thanks for the pointers! You may close this issue at your convenience. 🙇

@rikroe Sure, which files do you need, and should I share it in the open here? BTW I was able to add this vehicle to HA in my latest attempt....

@rikroe Ok, here is the information: https://gist.github.com/8113c64c38f9998a75c878318725cac1