-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autofit false doesn't disable autofit #40
Comments
and use a workaround for grafana/grafana-kiosk#40
Got the same issue on the command line arguments
|
Tried with a local config file, but that doesn't work either. I'm testing this on a OSx 10.11.6 with th darwin.amd64 build of 1.0.2 I took a quick peak in the code, but couldn't find any bugs yet |
In pkg/kiosk/config.go changing env-default on line 6 to 'false' the false is applied. When giving the argument in de config, it applies the 'true' argument as well when given. Any known bugs in false versus true in creating structs?
|
Same. Here is workaround, i don't know why but it works with --autofit=false (with equals sign instead of space) |
Interesting find! |
I tried with both the environment variable and |
It still does not work via config file. Adding |
I use grafana-kiosk on a RPi 2B on Raspbian 10 Buster with a config file, but when I set autofit to false it doesn't actually diable autofit.
The text was updated successfully, but these errors were encountered: