Brian Graham

Results 12 comments of Brian Graham

@brglng What version(s) of Windows have you confirmed this on? I've tried a few different registry configs, and they don't seem to play nicely with Windows 10's cmd prompts.

@thgreasi Sounds great. Thanks for the insight into how this part of the library works, too.

Hm. I may be avoiding that issue in my use-case as I'm lazy-adding the models to the collection used in ng-repeat due to the high-element count. So, most likely in...

Unfortunately, the null check wasn't sufficient to prevent the performance issue. As long as you don't think there's some terrible consequence to doing the newVal/oldVal check (at least in the...

@thgreasi If I remove the newVal/oldVal checking and make the changes in #292, the performance issues return, unfortunately.

Not sure what methods, if any, there are to "bump" an issue, but just want to report that this resource is still bugged. Going by the error, it appears the...

So, what I found as a workaround is if you also set the `username` attribute in the `member` block, that avoids the drift. Something with the `username` attribute being computed...

Looking at [Statuscake's API docs](https://developers.statuscake.com/guides/api/ratelimiting/), it appears especially likely that ratelimiting is the issue, in which case the problem is the Provider is not handling that properly.