generated from ubiquity/ts-template
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unreliable Organization Avatar Rendering #1
Comments
! action has an uncaught error |
Merged
+ Evaluating results. Please wait... |
! action has an uncaught error |
+ Evaluating results. Please wait... |
|
View | Contribution | Count | Reward |
---|---|---|---|
Issue | Specification | 1 | 26.4 |
Issue | Task | 1.00 | 100 |
Review | Comment | 1 | 3.8 |
Review | Comment | 1 | 1.9 |
Conversation Incentives
Comment | Formatting | Relevance | Reward |
---|---|---|---|
There's a bug where the organization avatar images do not reliab... | 26.4 | 1 | 26.4 |
Pretty epic ChatGPT review I'm implementing right now. https://c... | 3.8 | 0.17 | 3.8 |
Pretty epic ChatGPT review I'm implementing right now. https://c... | 1.9 | 0.17 | 1.9 |
Weird that there are two separate credits for review comments. |
We need to take a look at review comment incentive part. Let me try |
! action has an uncaught error |
! action has an uncaught error |
! action has an uncaught error |
! action has an uncaught error |
! action has an uncaught error |
0x4007
added a commit
that referenced
this issue
Mar 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a bug where the organization avatar images do not reliably display on each tile. The code is a bit messy around the state management of this so I expect this to be a pretty tricky problem to solve.
For me, when I first open up the UI, when the tasks are loaded from the cache they never render the images. However when I login with GitHub, they do render:
I remember the original obstacle was related to rate limits (when not logged in, can only make something like 60 requests in a minute; this is problematic when there are 30+ issues (issue contents, and organization avatar is already two requests.)
I tried implementing a cache system for issues (done, and well implemented) as well as the avatars (not well implemented.)
The text was updated successfully, but these errors were encountered: