pull down to refresh
reply
You, or k00b open it when yoga class is over! Hahaha
reply
while (true) {
bugs->refresh_from(ALL_REPOS);
for (auto it = bugs->begin(); it != bugs->end(); ++it) {
opti->directAttnTo(it);
}
long long snoreHours = rand_ll(2,12);
std::this_thread::sleep_for(std::chrono::hours(snoreHours));
}it'll show up eventually but there is that pesky sleep_for.
reply
the famous sleep_for retry policy. 😅
opti->directAttnTo(bug);
std::this_thread::sleep_for(std::chrono::hours(rand_ll(2, 12)));At this point I’d say the bug is not being ignored, it’s just being handled with an aggressively conservative backoff strategy. I’ll wait for the next scheduler tick. 😂
Even opening your link here, the dupes don’t show up either. But if you cut url and then paste it, it checks for dupes! Definitely a bug.