Wei
Wei
with gulp stream we can do ``` gulp.src(`dir/*.json`); ``` but with fs buffer now, we can only read one file `readFileSync('dir/manifest.json')`
Trying to see if a correct way to use Bottleneck to make 1000 requests to an api with one-hour rolling window. const limiter = new Bottleneck({ reservoir: 16, reservoirRefreshAmount: 16,...
Is any ways to make the `progressChar: string` be graphic elements? Like `progressChar: ''` thanks, Wei
I tested on IOS iphone6, seems the script is not running. http://i.imgur.com/7roBDYT.png thanks!
Hi, `options.replaceInExtensions Type: Array Default: ['.js', '.css', '.html', '.hbs']` For this, would this option support `.json` and `.xml`? I add it to my `gulp-rev` code, every types list on the...
### [REQUIRED] Describe your environment * Operating System version: ___MacOS Monterey__ * Browser version: __Chrome Version 103.0.5060.53 (Official Build) (x86_64)___ * Firebase SDK version: _@firebase/rules-unit-testing _2.0.3___ * Firebase Product: _database____...
- What you're trying to do I am trying to use the client lib to create GA4 audiences list - What code you've already tried https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1alpha/properties.audiences According to the link,...
`TS2339: Property 'defaults' does not exist on type 'JSZip'.` `"jszip": "^3.5.0",` `JSZip.defaults.date = dateWithOffset;`
We have a custom build tool that used `v7.1.0` but does not work with the M1 chip, same as https://github.com/sindresorhus/gulp-imagemin/issues/369. Then we went to `v8.0.0`, then we got `require() of...
Currently, there is no way we can dynamically add/remove backdropClass with a condition. It looks like once backDropClass is added, there is no way we can remove it. ``` addBg()...