-
I have a problem similar to #27
On Mojave everything is working as expected, but on Big Sur some notifications just hang when I'm using the `-sender` parameter.
If I send as `com.apple.TextEdit`, i…
-
we have revelead this error.
A try catch would solve the problem.
"
Caused by android.content.res.Resources$NotFoundException
Unable to find resource ID #0x7f08006a
"
Stack:
Caused by androi…
-
### Bug Description
The modern way to package python projects is to use pyproject.toml instead of setup.py. If you use the python plugin to package a snap, there will be a failure if there is no setu…
-
Notes:
- Did not change weapons
- Was the final boundary
May have been due to crossing the final boundary? Was not in combat. Is alert flag being cleared?
Expected flow:
1. Fail to auto swap …
-
When I opened the custom dialog fragment and tried to open the alerter view; it appears behind the dialog fragment over dialog fragment.
Can we achieve it by any means?
-
After an upgrade to 1.6.7 I've noticed that the first docker container starts with no problem :
starting: python /src/run_worker.py lean_and_mean
I2021-03-29 21:44:00,246 [root] starting v1.6.7 …
-
When I send an integer value to an integer data formatted eGeoffrey sensor and have eGeoffrey send this value out via a different sensor ".0" is appended.
-
Sometimes, a user may not be able to or may not want to "respond" to an alert themselves. In these cases, it would be useful to allow this user, upon receiving an Alert notification, to "forward" the …
-
This works fine:
`alerter -message "Choose pill" -actions "Blue","Red" -dropdownLabel "Colour" -closeLabel "No Thanks" -json`
but the moment you do not pass `-closeLabel` (with the label string), …
-
Hello
I am using this library in my app to show the success and failure messages.
I am trying to right the Expresso test case to verify the success or failure message is displayed with proper text…