simo
simo
Yep, it wasn't tested, but you can play around with the `step` option. Set it to something smaller than the default `55`px.
After the initial configuration no configuration files are being updated automatically, so maybe you can run it with just node initially, configure it, and only then run it with nodemon.
Fixed in v3.1, you should receive the update shortly.
The option to disable the confirmation dialog when copying into the clipboard landed in v3.1, check out the extension's options page. You should receive the update shortly or if you...
[canvas](https://www.npmjs.com/package/canvas) it not a dependency of this module
Hi, I'm glad that it worked out for you, your project is looking great. As mentioned in this issue https://github.com/simov/grant/issues/61 the source code of the OAuth Playground is not that...
You have to create your own [handler](https://github.com/simov/grant/tree/master/lib/handler). I have a framework-agnostic one, but as in Node.js framework agnostic https://github.com/simov/grant/issues/241
I'm for detecting the Chrome's version using `navigator.appVersion` and disable the extension for versions above 61.
Currently there is no such functionality. Your only option is to check for user agent before initializing the plugin.
Thanks for the tip @sbanas-soi :+1: