Przemyslaw Pluta
Przemyslaw Pluta
Would be great if this would work on linux / ubuntu. Then in connection with https://github.com/mortenjust/droptogif/issues/3 it could just run server side.
Aiming at marking this module as `No longer maintained` as there are now apps available for `university.mongodb.com` hence this module seems obsolete ... happy to be convinced otherwise if enough...
Is it possible to get modification datetime for relevant google sheet?
Is there a way to hide scrollbar after launch or configure it on launch? ```node carlo.launch().then(async app => { app.on('exit', () => process.exit()); await app.load('https://www.buzzfeed.com/'); await app.mainWindow().hideScrollbars(); }); ``` or...
Formatter fails with input number on Chrome Canary v34.0.1798.0 ``` html ``` ``` js $('input.myNumber').formatter({ pattern: '{{99}}' }); ``` with an error message visible in the console: ``` Uncaught InvalidStateError:...