Jaume Tarradas Llort

Results 25 comments of Jaume Tarradas Llort

Just came here to say that I recently started my "computer science" with OSSU, and didn't know that Discord had pinned and useful resources. I think that at least a...

![image](https://user-images.githubusercontent.com/643359/47097296-64224c80-d231-11e8-8fb7-881478ca502a.png) For the record. I installed the package locally using git and called `CCapture.all.min.js` from "vendor". I as well had problems using webpack and I just decided to take the...

Seems like the author of the package is not active anymore? :(

Download the release from the github repo and just import that version/package 👍 I've tried Puppeteer importing the package in the html page itself, and yeap, seems to be working.

I can confirm that. (Right) command+r does not work for me either.

@SylvainMarty Just create an array and keep there all the keyboard events ;) You can then foreach the array and delete them without leaving anything behind.

Was looking for that as well. A lover of Rematch and never used Rtk before and wanted to know what the story was related to that subject.

I don't think that could be the reason, but I think it's worth taking a look at this: I saw that in `/utils/upload.js` the dom input element is being deleted...

@kvolkovich-sc I can create a PR for that btw if you are happy with that proposal. I think that my proposed logic is "more correct" than the previous one as...

There was a small issue there. The input would not be deleted if a file was not selected. This fixes that: http://jsfiddle.net/Shiboe/yuK3r/6/