Skip to content
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

how do you "stack" the notifications? getting overlapped one over the other #80

Open
gadget00 opened this issue Jul 6, 2021 · 5 comments

Comments

@gadget00
Copy link

gadget00 commented Jul 6, 2021

how do you "stack" the notifications? I have different processes that generated different notifications, and some of them are overlapping one over another instead of stacking on the side one below the other. Am I doing something wrong? What is the correct use for generating notifications that can stack?

Thanks

@wavded
Copy link
Owner

wavded commented Jul 6, 2021

This library does not support stacking notifications.

@gadget00
Copy link
Author

gadget00 commented Jul 6, 2021

understood. Can I "time" them then, so they don't overlap over each other? They "get triggered" at the same time and not only they overlap, but both dissapear at the same time so the message is missed

@wavded
Copy link
Owner

wavded commented Jul 6, 2021

Sure thing, you could write a little wrapper to only allow one in the queue at a time.

@gadget00
Copy link
Author

gadget00 commented Jul 6, 2021

how can I start with that? any advice?

@wavded
Copy link
Owner

wavded commented Jul 7, 2021

If you use the same instance of humane, they will not overlap but will queue, are you creating a new instance every time?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants