You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, so I'm not entirely sure if this is an issue with the library; I suspect it's more of a side-effect, but when acquiring a ClipboardContext on macOS from a launchd process like
Hi, so I'm not entirely sure if this is an issue with the library; I suspect it's more of a side-effect, but when acquiring a
ClipboardContext
on macOS from alaunchd
process likemy program panics with the error
NSPasteboard#generalPasteboard returned null
. The program works OK when I execute it directly.I am using the following daemon descriptor:
Apologies if this isn't strictly related to this library. Any insight would be greatly appreciated!
The text was updated successfully, but these errors were encountered: