Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SA
Posts
2
Comments
374
Joined
2 yr. ago

  • Look, this is super misleading information and I keep seeing it repeated. They're first in the nation in total electricity generation from renewable sources, but that's mainly because of how big they are. If you look at what percentage of their consumption is from renewable sources, they're not even in the top ten.

  • I wonder if the update_current_box call is asynchronous. Since you're not awaiting it, enabled would be set to true immediately, without waiting for whatever that function is doing to finish. Try putting a log statement right before enabled is set back to true. If I'm right, you'll see that loud statement before the animation finishes.