-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Incompatible with multigrid since last commit #93
Comments
Please provide more information as I do not use these tools. Detailed description of an error, screenshots, recordings, steps to reproduce etc |
Yes, I understand when someone's not using those toys. Usually it's the also my choice to go as raw as possible. But it really makes a beneficial difference for me in eye strain and development experience. Things like following cursor movement when, for example, switching windows etc. is easier... Just many situations where I don't want to miss something that is smoothly rendered anymore. To describe the problem: A Notification usually remains invisible since the last commit, independent of what's triggering it. For the example of the following video, notify gets triggered by font scaling. I'm using a small lua plugin I wrote( nofify-multigrid.mp4Here is the quick video.You see switching to the current main branch of notify then starting with an app with multigrid enabled. Notifications do not appear when triggered without scaling or scaling up. But when scaling down while triggering a notification, you see that notifications indeed are there, but they seem to live outside the viewport and very briefly. Then starting without multigrid and it's working fine. Then going back to the penultimate commit, and it also works fine with multigrid enabled. (I hope I don't confuse anyone with the scaling thing, because this is not a scaling issue. Just when not coincidentally scaling down simultaneously with a Notification event it remains invisible.) |
Regression from available_slot change. See #93
That's perfect thank you, this should be fixed in the latest commit. The cause was using the wrong anchor for the floating value, which didn't appear in regular terminal neovim because it limits the bounds to the screen whereas it seems Neovide allows for moving windows off screen |
Perfect, thanks alot! |
Notifications do not show correctly when using environments with multigrid like neovide or nvui since the last commit.
The text was updated successfully, but these errors were encountered: