Mark Volkmann
Mark Volkmann
The example on the github page doesn't show how to get a reference to HDB. Do I need a require for that?
Here is my Gruntfile.js: ``` module.exports = function (grunt) { grunt.initConfig({ protractor: { options: { configFile: 'protractor.conf.js' }, all: { } } }); grunt.loadNpmTasks('grunt-protractor-runner'); }; ``` When I run "grunt...
It's pretty easy to use RectangleMarks to create a heat map, but getting the axis labels to display correctly is proving quite difficult.
Is there a way to tell workbox that you want it to use the network-first strategy so it always attempts to load files from the network before getting them from...
According to this page, I think I should be able to disable workbox logging by setting the "mode" option to "production": https://developers.google.com/web/tools/workbox/reference-docs/latest/module-workbox-build#.generateSW But when I include this in the function...
Suppose my input files are in a directory named `input`, my `.scss` files are in `input/assets` and the directory `_site` does not yet exist. If I configure this plugin as...
### Description If I understand correctly, when an app has multiple pages that use app-localize-behavior, each one needs to specify the language and call this.loadResources to load a translation file....
### New Issue Checklist - [X ] Updated fastlane to the latest version - [X] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [X] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [X] I searched for...