Filip Halas
Filip Halas
@paulirish use case was I believe to not have shared cookies in between launches I was using `chrome launcher 0.11.2` at that time
doesn't seem so at the moment, but it would be good to know if this is coming and when
I was able to achieve this with: ``` $_({ id: "Foo {count} bars", values: { count: 7}, }) ``` however I think this still belong in the docs
I have the same issue, I would expect infinite query to refetch page 0 with different parameters (or do anything at all) when part of the array key changes, as...