Timo Tijhof

Results 365 comments of Timo Tijhof

Are there known cases of tests from jQuery N-1 not passing with jQuery N + jQuery Migrate N?

@afinetooth I could be wrong, but I suspect that the vast majority of people looking at Coveralls pages for open-source projects are casual contributors, who generally have no reason to...

@ArnaudBuchholz Note that the main qunit package now has a CLI as well, which is more actively maintained and might suit your needs?

I believe you can use [Node.js CLI options](https://nodejs.org/api/cli.html) such as `--inspect` via the [NODE_OPTIONS](https://nodejs.org/api/cli.html#cli_node_options_options) environment variable. For example: ``` NODE_OPTIONS='--inspect' qunit test/index.js ``` That will not cover sub processes, but...

@waldbaerkoch Those seem like fixable issues to me, or are they inevitable side-effects imposed by iOS? It should be fixable either by Google as publisher of those apps, or by...

That's okay, but if you re-open it I can reference and re-use it rather than file a new one.

I think `iOS` is significant to keep here. At least for the use cases I've had and seen around me, `browser_family` is generally used/evaluated/indexed on its own, not solely as...

I'm guessing that some of you have a sense of what a "modern" alternative for cookies would look like. If so, could this be made explicit? If I had to...

Essentially a duplicate of https://github.com/brendangregg/FlameGraph/issues/122. See also https://github.com/brendangregg/FlameGraph/issues/160.

It seems this is still the case. And appears intentional, based on #165. ```python response.headers['Cache-Control'] = \ "no-store, no-cache, max-age=0"` ``` ``` cache-control: no-store, no-cache, max-age=0 ``` /cc @halfak