Results 28 comments of Sammy-T

I'm having the same problem. The changes in x and y values are displayed as expected but the change in the z value isn't displaying. The bubble radius remains the...

To add to @gnarlex's suggestion, initial page load and `visibilityState`'s 'visible' and 'hidden' values can be used to track when the page enters and leaves focus. I think it could...

One possible concern is that the tracker's current `XMLHttpRequest` appears to cache the server's response whereas `Navigator.sendBeacon()` would only be able to respond **true** or **false** to show if the...

As I understand it, only event tracking has been migrated to use the beacon api so far while page views still use xhr. This is currently being tracked in #570.

I've explored tracking the visit time to see if I could contribute on this. And it isn't particularly difficult to determine the duration on the client-side. But, similar to what...

@PaulKiddle You seem to already have a good handle on how this could be implemented. Would you be interested in creating a PR?

Comparing my project with the Pico website, it looks like v2 is missing some media queries for `article` that are applied on the Pico site. My cards and modals both...

I added padding to the sides of the nav to get around this but I'm not understanding why there's an intentional overflow either.

I can't even get the `module.mounts` way to work. It's already cost me enough time, I'm just going to go with the `@import 'node_modules/package'` way as that's all I can...

I'm not understanding how overriding `getAvailableCommands()` in my `ForwardingPlayer` allows my notification to correctly call my overridden seek functions. But I can't get my `MediaController` to work consistently. The `MediaController`...