Adam Setch

Results 207 comments of Adam Setch
trafficstars

> @setchy how does that tackle this issue? Do they have built-in caching or something into their client? I believe so - https://github.com/octokit/octokit.js/issues/890#issuecomment-1335979030 It also has built in throttling for...

I guess there is also the option of using react-query (or similar) - https://www.welcomedeveloper.com/posts/managing-cache-react-query/

Another library I saw this week - https://github.com/alexcambose/custom-cache-decorator

This currently isn't part of BYOR, but I implemented this in my fork by diffing the previous JSON datasets to calculate a blips movement over time.

> I apologize if the project hasn't gotten much traction lately, it's definitely on my radar (pun intended) to improve the relationship with the community. Happy to help here if...

Should be resolved now by https://github.com/electron/update.electronjs.org/pull/169 cc: @erikian @erickzhao

I think this would be fine so long as the feature is behind a settings flag. Personally, I like the simplicity of the different colored icon.

A great discussion to have - thanks for starting it @grahamj. > Option to limit considered notifications by number or time To confirm, I assume this option doesn't meet your...

> Even if /pulls is necessary maybe don't grab /reviews for filtered PRs This is a good suggestion, though could be tricky to implement. At the moment the filtering occurs...