Gabe Duarte
Gabe Duarte
Hey @nikicat @Semro 👋 This looks like it's happening because of CORS, are you running that on the localhost page that opened on step 18, or are you doing that...
I had this as well, but the potential fix mentioned didn't work. What worked for me was to remove the `productName` field from the package.json, not sure why
# The problem I also have this problem on arch for a while now, but I managed to get to a workaround I'm using i3 as my window manager and...
I also use Coc, and I'm having the same problem @bjeanes described :/ Is at least any workaround on this? For now, I disabled vim-endwise, but I'd like to continue...
That is happening to me too. Apparently, it happens when something is running on that tab, for example, when you leave webpack-dev-server running and try to open a new tab,...
This is happening too on `cmd.exe` Apparently, the first paste is sanitized, and the second is not. If you paste `$ 7231` it actually pastes `7231$ 7231`
I have no experience with hyperterm plugins, but debugging I could find that [this line](https://github.com/krzkaczor/hyperterm-paste/blob/8aed1d0df3eb4831457b98bab6aff84e2d0d60be/src/index.js#L50) is not preventing the default term's paste. Because of that, the text is duplicated because...
I saw that [hyperterm-safepaste](https://github.com/zsol/hyperterm-safepaste) can modify the paste's content and it doesn't duplicate the output
@n4ze3m One thing I was looking for when I installed the extension, and that could be related to this feature request, was something similar to brave's `leo ai`, where you...
@rchl From what I could see, the ideas in both are pretty different, on my PR the idea is to integrate an LSP into this package, so that it can...