Hallvord R. M. Steen
Hallvord R. M. Steen
I think the Svelte developers likely want to fix something here, so let's leave that decision to them :)
Hi, I'm editing the Clipboard Events spec and apologise for the poor feature detection story - we've been trying to figure this out for a while.. Some random responses to...
@ryanseddon : > if we try to poison the clipboard with a synthetic copy event it should probably throw an UNTRUSTED error or something along those lines. I think these...
No. The syntetic event has no default action, so it will not cause the system clipboard to be updated. But if you have added cut event listeners, they would run....
I wanted to test slack-term and I get this error too. First attempt with method 4 (window.promt() trick, very clever :) ), then method 2 https://github.com/erroneousboat/slack-term/wiki#method-2 . I got two...
(I also ran `docker run -sh -v /home/[username]/.config/slack-term/config:/config --entrypoint /bin/sh erroneousboat/slack-term` to check that the config file was mounted correctly in /config with the token, and that I could ping...
@davidtheclark We're also using this package in a project and will consider helping with maintenance. Small development firm in Oslo, Norway. :)
(Not on behalf of Mozilla) Are you keeping the feature where read access is "implicitly" granted during a user-triggered paste?
This is absolutely a breaking change. We can not release updates for a site using Slonik because Slonik (we're on 33.0.3 at the moment) requires Roarr with a caret for...
For integration testing, I want to send requests to a HTTTP API which will in turn send requests that I want to mock to other servers. I need a way...