sp00n
sp00n
You have a few variables in your files that pollute the global namespace: `currentproperties, idx, key, mozFilter, msFilter, oFilter` and `webkitFilter` all show up in the global DOM list. Also,...
Other programs might be even better suited for stability testing on edge cases, however they need to be able to be called from the command line and they need to...
I have not yet found a reliable way to replicate this, but I've seen this happen multiple times. And it may actually eventually completely freeze your PC if you don't...
The dll can become detached from the aida64.exe process, in which case Aida64 reports a "Test failed" in the stress test window even if the stress test process is still...
With affinity = 1 it only loads the CPU with 0.x to 3.x% instead of the expected 4.16% on my 5900X. Setting it to affinity = 2 = Core 0...
I'm on Windows 7 x64, and whenever a page specifically defines "Segoe UI Symbol" as the font-family, only a couple of emojis show as colored, while most of them show...
Replaced .focus() with .trigger("focus") in triggerFromUrl() in hash.js. jQueryMigrate fires a `JQMIGRATE: jQuery.fn.focus() event shorthand is deprecated` warning for this line with jQuery 3. As far as I can tell...
Is there any way to change the background color of a `DarkCheckBox`? It's automatically set to a fixed gray color, but I'd like to include the checkbox within a striped...
I've run into an issue when I want to detour a function call of an .exe that is within a directory that contains unicode (UTF-16) characters. As already described in...
Something weird is going on when writing code in different "levels". For example, in a "level 1" notation like below, no colon is entered when auto-completing a property, and some...