ansgar grunseid

Results 134 comments of ansgar grunseid

> I can start working in some jest tests and leave the door open for Puppeteer > if someone else likes to take that task. Awesome. Tests will be sick....

Until automated tests have been built, the `webpack-dev-server` can be started, and the test page `testing/test.html` automatically opened, with: ``` $ npm start ```

> Do you want to make a PR? I'd love to, but I am starved for time right now. I won't be able to take a stab at this for,...

> Currently, AutoKey cannot deal with non-text objects in the clipboard. ya. the odd thing about this bug is that, outwardly, whatever the contents of the clipboard are at the...

interesting. that could immediately explain why autokey bombs if: 1) autokey does not clear the non-text clipboard content and 2) attempts to append the non-text clipboard content to the replacement...

> Mint is Debian-based, so if you install/upgrade AutoKey from your repositories, you should have 0.95.10 which is much improved over 0.95.4 - but will not solve the current issue....

> AutoKey version: autokey==0.95.4 > > Why are you all going backwards? i installed v0.95.4, the latest in pypi * https://pypi.org/project/autokey/#history > For now, use these instructions to upgrade. sick....

for future intrepid explorers of this issue: v0.95.4 fixed the hard locks of autokey. yay! but the copy/paste behavior still doesn't work 100% of the time. sometimes, with `Paste using:...

> I'm thinking about adding location information to each token, e.g., > a Paragraph knows it has lines 3-6 of the original document, and an > Emphasis knows it's characters...

This is indeed not wormhole-specific behavior. It appears to be Twisted, or Twisted \+ Autobahn, behavior. Run ```python from twisted.internet.task import react from twisted.internet.defer import Deferred, ensureDeferred from autobahn.twisted.wamp import...