Mickey Kay
Mickey Kay
Same for me.
In fact, the more I look into this the more it seems like it might be more extensible to switch over to using an `includedMetrics`, which would allow for a...
@pedro93 at this point it's really just the ability to include/exclude metrics more granularly. That said, it seems like using the above, generic `metrics` object allows much more future extensibility,...
Just spun up https://github.com/paulirish/pwmetrics/pull/116 as a prototype for what this could look like. In an ideal world, we'd extract out a full `metrics` object in config I think, however this...
Thanks for the feedback, I see. My thinking was that this would only affect charts for v1, since that is the current behavior of `hiddenMetrics`. An alternative, less sweeping change...
Any update on this? Would love to see it merged if it does indeed fix the issue. @d6u
@sdgluck Any update here? Still seems to be failing.
@sdgluck that could work, but I think a more robust solution might be to add a new param to Kasia queries for something like `queryIdentifier`. So you could do something...
Also, in case it's helpful, our actual use case has to do with setting the "primary" resource in our store. Amidst making a several Kasia queries for posts (e.g. 1....
We have a similar need, and are likely going to try to integrate node-redis into that `transport` method. I believe this is the prescribed approach. Here's an example for reference:...