Results 117 comments of znerol

> all static files are deliverd with max-age=0, so they get never cached. This is not entirely true. Browsers actually cache assets delivered with `Cache-Control: public, max-age=0`. This directive tells...

Velocity vs. Chimp: https://forums.meteor.com/t/velocity-update-xolv-io-are-handing-meteor-testing-back-to-the-mdg/13117

Pieced together a couple of things found in: https://github.com/xolvio/automated-testing-best-practices/ Still needs some love though: https://travis-ci.org/znerol/hmmm

Seems that with webdriverio (which is part of chimp) we can run code in the browser (phantomjs) and then check results using chai assertions. #364 This is a bit slower...

@sbalmer I'd be happier with something which does not rely on rendered content. Problem is that we need to load client code somewhere to test subscriptions. Maybe it would be...

@1u Meteor 1.3 does not help too much in this regard. We are talking full-app integration/acceptance testing here. In addition we want to run under CI. AFAIK if you run...

Initial run on [travis](https://travis-ci.org/Openki/Openki/builds/277296445) completed. The npm script is configured to display all warnings and fail only if it detects errors. At the moment there are no errors but quite...

This also affects [device mode](https://developers.google.com/web/tools/chrome-devtools/device-mode/) in Chrome developer tools. Thus an Android device is not required to reproduce the issue.

Thanks for the suggestion and sorry for the late response. Many exporters provide a `--web.telemetry-path` flag which can be used to modify the `/metrics` endpoint. E.g. [node_exporter.go](https://github.com/prometheus/node_exporter/blob/master/node_exporter.go#L159C1-L162C33). That wouldn't be...