Marcel Valdez
Marcel Valdez
I confirm I ran into this issue as well and can't use the tool anymore either.
@SamBergeron can you please review? Thanks.
@Alex-Rose you could review as well :+1: just want this in :smile:
You're right... and it is quite doable, I'll add the required code to show what you suggest. Just need to use a map for the nicknames where the key is...
I think instead of doing something specific for notifications, we should allow users to execute any binary and we give that binary 2 parameters. 1. author of message or custom...
Addressed this in this PR: https://github.com/Alex-Rose/fb-messenger-cli/pull/80
Yes, it is possible, we have all the information required to do it available, but it requires work, like anything else, but I do believe that with the new GraphQL...
I am getting this error after 1-2 hour or so of listening on a keyboard event. Exception in thread Thread-18: Traceback (most recent call last): File "/usr/lib/python3.8/threading.py", line 932, in...
I figured out when/why this happens. If your keyboard disconnects even for a fraction of a second the event polling code thinks the device no longer exists and when it...
Figured out a fix for the issue. Will post pull request.