Bobby Tables
Bobby Tables
I assume this issue still needs a bit of work, should I try to work on it a bit? I'm not great with Rust but this feels like a good...
See also #4648
The code: ```python #! /usr/bin/env python3.11 from desktop_notifier import DesktopNotifier import asyncio async def test(): dn = DesktopNotifier() capabilities = await dn._backend.interface.call_get_capabilities() print(capabilities) if __name__ == "__main__": asyncio.run(test()) ``` errors...
The response is as follows: `['body', 'body-hyperlinks', 'body-markup', 'body-images', 'icon-static', 'actions', 'persistence', 'inline-reply', 'sound', 'x-kde-urls', 'x-kde-origin-name', 'x-kde-display-appname', 'inhibitions']`
Sorry, I was off-grid this weekend and I haven't been able to reply recently. capabilities: `frozenset({, , , , , , , , , , , , })` However, no...
Hi, I've been trying to use this for my team and I've been running into the error `fatal error: networktables/StringPublisher.h: No such file or directory`. on line 6 What WPILib...
I don't have write access to this pr, but line 12 should be `nt::StringPublisher publisher = topic.Publish({.sendAll = true, .keepDuplicates = true});` to prevent issues about not finding the `nt::PubSubOptions`...
Same issue on Arch, although I only see it on C/C++ files
Duplicate of #161, possible duplicate of #39 and #10. I have been unable to reproduce on a Google pixel 8 pro and a Lenovo pad p12.