Gunar
Gunar
Hi y'all! I have a model with such an unique index: ```js schema.index({ userId: 1, labelId: 1 }, { unique: true }) ``` So I find myself repeating the following...
1. `$|0.00` (`|` is cursor) 2. Type `555`. On typing the third digit, `format-as-currency` adds the comma (`,`) which selects (makes selection) of the here-bold-text: '$5**,55**0.00'. There is some issue...
We're already using `googleapis.drive` for updating Google Apps Script's content. Let's be consistent and use it for fetching the contents as well.
Is there a way to use gapps as a JS-library instead of using the CLI? Thank you!
Allows one to use a Service Account as Auth method (instead of OAuth). Just store it base64-encoded in the env var `GOOGLE_APPS_PRIVATE_KEY`.
everything from #15 with conficts resolved and minor changes
Sometimes I don't want to have to wait `interval` before the first call, so intervals should be 1. "Now+0*Interval" 2. "Now+1*Interval" 3. "Now+2*Interval" instead of 1. "Now+1*Interval" 2. "Now+2*Interval" 3....
You got only [one out-dated dependency](https://david-dm.org/linnovate/mean), and it's npm. Thank you for this repo!
Add an option to prevent the actual email being displayed int he DOM—to avoid web scrapers—and instead rely entirely on JavaScript.