Matthias
Matthias
I'm wondering, what would be the benefit gained from this feature? If the bandwidth is throttled, will it affect the metrics? It would affect the timing metrics (timeToFirstByte, latency), but...
Using npm 3, this is the error I get: ``` npm WARN install Couldn't install optional dependency: No compatible version found: [email protected] npm WARN install Valid install targets: npm WARN...
I created a simple POC for this bug. The [expanded syntax](http://gruntjs.com/configuring-tasks#building-the-files-object-dynamically) is what broke it. ##### Gruntfile.js ``` javascript module.exports = function(grunt) { grunt.initConfig({ copy: { // works with newer...
This bug is a pretty big deal for me. Because (correct me if I'm wrong), without using the expanded syntax, **there is no other way to specify files in bulk**...
## Workaround There is a way to run the currently-modified file. But it doesn't use newer. You have to listen for the 'watch' event, and in your event handler, set...
@MeoMix thanks for the explanation. I'm still confused about what's going on though. Does 'newer' check the mtime of both the src and dest files before it decides whether to...
Same issue here. I set up `@vercel/analytics` in my Next.js site , but uBlock Origin blocked it, probably because of the word "insights". It seems like the `rewrites` feature can...
Same issue. The current `App.tsx` sample code does not work with the latest expo libraries. The "non-iterable" error happens because `camera` is null on the first render. One workaround is...
Here is a gnome-shell issue: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5436 . Upvote there.