Fabian Daugs

Results 4 comments of Fabian Daugs

Yes. I've encountered the same error when running `RInno::install_inno()`. System: Windows 10 x64, R v3.5.2

I managed to get it working by using installr to install Inno first. After that you can skip running `RInno::install_inno()`. ``` R # Install Inno Setup install.packages('installr') require(installr) install.inno(quick_start_pack =...

Same for me. `$.visit(url, function)` seems not to be working at all. The Basic Setup: ``` javascript var $ = require('jquerygo'); $.visit('http://localhost', function() { console.log('I was here!'); $.close(); }); ```...

Same here. I ran into a problem with [vue-i18n](https://github.com/intlify/vue-i18n) not completing the plugin install in dev mode because setupDevtoolsPlugin never calling the callback function. If I call `createI18n` in my...