Alex Bubenshchykov
Alex Bubenshchykov
Fixed here https://github.com/omichelsen/angular-clipboard/pull/70 iphone keyboard still blinks for some milliseconds, don't know how to fix it Surprisingly, there is no keyboard blink in https://github.com/zenorocha/clipboard.js, even though code is very similar....
there is "log" event which you can listen from stream - it will give you any js errors, console.logs, resource timeouts etc occurred while rendering. if you need other customer...
hi, thx for submitting an issue! unfortunately global install was never working for windows, and nobody could submit a pull request with a fix. see https://github.com/bubenshchykov/ngrok/issues/10 let's see if windows...
@slavikshen mac issue fixed
Hi, great catch! You can fix it by ignoring or resetting the console_ui option here https://github.com/bubenshchykov/ngrok/blob/master/index.js#L22 Currently, stdout of ngrok process is used for communication with node.js, so any changes...
@shawsourav thx, that would be great!
cc @inconshreveable :)
Thanks for reporting! Please, share the code that didn't work. This one? ``` const ngrok = require('ngrok'); (async function() { const url = await ngrok.connect(); })(); ```
@philnash or other kind volunteers, can someone take a look please