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
The module doesn't seem to work with the latest version. Mainly, the Deno.OperatingSystem enum used by the code doesn't exist. I don't have the time at the moment to make a PR, but I copied the module to a local file and made the appropriate changes to get it running:
xsel: Can't open display: (null)
: Inappropriate ioctl for device
error: Uncaught Error: There was a problem writing to the clipboard
if (!success) throw new Error(errMsg.genericWrite);
^
at Object.writeText (https://raw.githubusercontent.com/jsejcksn/deno-clipboard/master/mod.ts:69:25)
The module doesn't seem to work with the latest version. Mainly, the
Deno.OperatingSystem
enum used by the code doesn't exist. I don't have the time at the moment to make a PR, but I copied the module to a local file and made the appropriate changes to get it running:Only tested on Windows, but the changes are only type related, so I don't expect breakages
The text was updated successfully, but these errors were encountered: