jaredks / rumps

Ridiculously Uncomplicated macOS Python Statusbar apps
BSD 3-Clause "New" or "Revised" License
3.09k stars 179 forks source link

Is this project dead? #130

Open CompadreP opened 4 years ago

CompadreP commented 4 years ago

Due to this bugs it looks like this library is quite useless, may be you should put an alert in README and say that this project is not maintained anymore?

jaredks commented 4 years ago

Notifications are working for me (10.15.2). How have you set up the application?

I believe the alerts will be in the background when running outside of an app made via py2app.

ninest commented 4 years ago

Notifications are working fine for me too. Make sure your notifications from Python are allowed:

image

arog123 commented 4 years ago

This happens when you have absolutely nothing selected. E/g when you press f5 to run in idle, nothing is selected, so the notifications get messed up. If you click on somewhere where you can type etc, the notification appears. This issue does not occur if you build your program into a full app with py2app etc.

daredoes commented 2 years ago

I'm able to review pull requests from anyone interested in contributing. I gained access as a maintainer back in 2018. Add me as a reviewer, and I'll do my best to help. Some things will be outside my area of expertise.