pull down to refresh

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.

12 sats \ 5 replies \ @optimism 1h

It's a trigger issue. Wanna file it on GH?

reply
137 sats \ 0 replies \ @m0wer OP 1h

will do!

reply

You, or k00b open it when yoga class is over! Hahaha

reply
33 sats \ 2 replies \ @optimism 19m
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
137 sats \ 1 reply \ @0xbitcoiner 10m

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. 😂

reply
12 sats \ 0 replies \ @optimism 4m

hey! I need these explicit long long snores.

reply