Bek
Bek
As a workaround I had to label my resources as an empty string - that works only for the ones that don't have a list option.
Any update on this?
yeah, it would be great if properties file could be reloaded!!
@vascofg or @emulienfou any updates?
Until someone fixes, we can use this link: https://github.com/fiadliel/prometheus_client_scala/blob/master/site/src/main/tut/guide.md
This missing feature would help a lot for CI & CD automation.
I changed the DB path to: ``` db_path = Path.home() / "Library/Group Containers/group.com.apple.usernoted/db2/db" Notification.connection = sqlite3.connect(db_path) Notification.cursor = Notification.connection.cursor() ``` it works fine now and you'll also need to grant...