Results 5 issues of Sol Toder

For quite some time now, navigating to a new page using YouTube's internal loading system would prevent Reddit comments from showing up until the page was actually reloaded. This fixes...

Apparently, the user @bkfarnsworth created a perfectly normal test case in November 2018, and happened to name it "search". This caused it to overlap with the https://jsperf.com/search page, so no...

Source seems to be this code here: https://github.com/mstrobel/procyon/blob/master/Procyon.Reflection/src/main/java/com/strobel/reflection/Resolver.java#L331-L350 It assumes that the only sources of generic declarations are 1) methods and 2) classes, but misses 3) constructors. Minimal reproduction case:...

Go to https://misode.github.io/loot-table/, add a function, and set the count field to `Infinity`. The website fails with an exception: ``` RangeError: Something went wrong rendering the generator: The number Infinity...

Unsafe code was only used in three places in the NbtBinaryWriter class: once each to cast floats to uint bits and doubles to ulong bits, and once to use [this...