Max Ehrlich
Max Ehrlich
I also have this issue on Ubuntu 22.04.4
Isn't the notification API already a dbus API?
This sounds like something that would replace the current `on-X` config system
I'm not sure I understand the distinction, at least not in this case. Certainly if I was developing an application that depended on Mako then listening for DBus notifications is...
Let me also look at #552 and see if there's a similarly easy way to add a DBus event for notify and dismiss since I'm poking around anyway
Please see #579 This also turned out to be relatively simple including the Waybar integration (which I will follow up on in #550) That PR may supersede this one or...
It's been quite a while since this was opened, about 7 years, would a maintainer care to comment on some of the workflows that are being discussed here?
I'm also seeing this in the Cursor IDE (which is written in electron so likely related), lmk how I can help debug
> if it were, translating at::Tensor → at.Tensor might work The correct name is actually `torch.Tensor` for the python type, I have no idea why it's giving that back as...
That might be good for avoiding the crash, but as a workaround I'm trying to define my docstring manually, e.g. I disable function signature docstrings from pybind11 and rebuild, then...