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
Looks like Qt's clipboard implementation has enough quirks to be worth shipping my own cross platform clipboard client.
For example, there are complaints about Qt's clipboard sometimes stalling for several seconds on Linux during repeated access.
The text was updated successfully, but these errors were encountered:
I don't know if this merits a separate issue or not, but I keep running into this error on Windows:
OleSetClipboard: Failed to set mime data (text/plain) on clipboard: COM error 0xffffffff800401d0 (Unknown error 0x0800401d0) (The parameter is incorrect.)
I can't find a consistent repro, though is seems to happen pretty consistently when using user.paste in the talon repl. Usually all subsequent paste actions fail; I've seen it randomly recover, but not sure how yet.
Looks like Qt's clipboard implementation has enough quirks to be worth shipping my own cross platform clipboard client.
For example, there are complaints about Qt's clipboard sometimes stalling for several seconds on Linux during repeated access.
The text was updated successfully, but these errors were encountered: