Eugene Kliuchnikov
Eugene Kliuchnikov
Not only that. There is another level of applicability: "br" content-encoding is only advertised (and accepted) by a large portion of browsers ONLY over "https" protocol. So, "br" has no...
Simply marking tests with tag does not prevent them from execution (I just run `bazel test ...:all`). Perhaps it is better to have something like `BROKEN_ON_DARWIN_TAGS` variable that is used...
Oops, not so simple. Currently "tags" is not configurable, as is was easier to implement. Now Bazel team has not enough man/will-power to fix it. The glorified "platforms" approach is...
It seems that libpng library is required by phantomjs. However, distribution page (https://phantomjs.org/download) claims that binary is "static" and does not require dependencies (except for linux build). Anyways, windows binary...
ES6 is 4 years old, modules are everywhere... Now one must add one more mantra to every target with deps: `suppress = ["moduleLoad"]` Every test now looks like: ``` closure_js_test(...
This was recently fixed in mainstream CafeUndZopfli repo.
According to repo state - no. Author have to pull the fresh CafeUndZopfli sources...
Mentioned in https://github.com/WICG/compression/blob/master/explainer.md#future-work
Browser-wise it is better to add it as a native library wrapper, as it is done for gzip. This way, its footprint will be nearly zero - decoder library is...
`closure-compiler-v20210106.jar` going to try a newer one (if any)