Matthew Guy

Results 8 comments of Matthew Guy

After some more digging, it seems that this alleviates the issue: ```js React.useEffect(() => { if (status === 'active') startPolling(10000) return (): void => stopPolling() }, [status, offset]) ``` adding...

Some additional context. Adding `startPolling` and `stopPolling` to the useEffect dependencies doesn't resolve the issue. ```js React.useEffect(() => { if (status === 'active') startPolling(10000) return (): void => stopPolling() },...

I would love this feature. I'm trying out this application with a mix of my laptop, a TV, and a monitor, and while the configuration ability is amazing, my presets...

I imagine @matthargett is getting a log like this: ![Screen Shot 2022-08-19 at 9 19 19 AM](https://user-images.githubusercontent.com/6647355/185663694-7057cd05-e54d-4255-a30e-5b0c4954f6e8.png) I have my displays connected through a CalDigit TS3 Plus and I'm experiencing...

@alin23 I've been using Lunar for a few years now(?), and I must say that after experiencing many bugs and lost settings, it's finally felt stable for my all my...

Been experiencing the same problem at my company in our gitlab ci setup. Cypress version 13.5.0.

@sandrosc, I'm experiencing this same issue in my project. This functionality is very important for my users. I'm using tooltips to display cut-off text (ellipsis) in a narrow table cell,...

Throwing my 2 cents in the ring: I think this is an important feature. I'm currently evaluating RTK Query for use at my company, and it would be very useful...