Martin Sandström Krisell
Martin Sandström Krisell
Same problem here, on `macOS 11.1` and `npm 6.14.10`, but fixed by manually running the dependency installation.
I tested with the reproduction repo by @DSpeichert and I can confirm the issue also for `macOS 11.1` and `npm 6.14.10` Note that the `vue-loader` and `vue-template-compiler` dependencies have been...
@thecrypticace I think that is indeed the problem. It works correctly when running `npx mix` (see image below), but when running `npm run production`, the additional dependencies are added to...
Thank you for the feedback and I'm glad to hear of the new additions. I looked quickly at the code and some small questions/comments: * It might be safer to...
There are definitely many different ways to achieve the same thing in JS, and it really doesn't matter except for the developer (only you in this case). The simplest way...
For the XSS question, XHR doesn't have to be involved. If the exam portal page has an XSS vulnerability (which is of course their responsibility to prevent), then a student...
Bug report has been filed with Apple. We disable all kinds of assistance (e.g. spell-checking) in HTML so that did not help in this case. ~~I can also confirm that...
> * What's the long term issue if there was a security vulnerability discovered with one of the ciphers? Just adding here that a leaked key has the same problem....
I'm hoping/expecting this will be fixed very quickly. It was easy to reproduce and even after typing more text, erasing jumps to the wrong place.
> Seems to be related to the 'url' plugin, disabling that one solves the issue for me. That explains why we don't see this error in our use case, thanks...