Eli Lipsitz
Eli Lipsitz
Each instruction is 32-bits, and has an 8-bit opcode, and 3 8-bit fields (a, b, c). Instructions use just one of these fields to index into the registers on the...
The following code generates different instructions each time it's compiled: ``` if (argument0 < 10) { a = 4 show_debug_message("hello world: ", argument0, 5); script(argument0 + 1); } ``` Probably...
### Description of the bug Vim (and presumably other editors) have support for recognizing if the file being edited is a git commit message file. Vim handles this with `filetype=gitcommit`,...
The `%p` format is not defined by the standard, that is, it's implementation specific. However, many people are used to what glibc prints: `0x` to emphasize that pointers are printed...
### Description of the bug `git move` fails when there are submodules involved: either because a commit involves a change to a submodule (changes the commit), or because there are...
I believe I've stumbled onto a bug in jscodeshift: I created a transform to convert ``` (a && b) || c(); ``` to ``` if (!(a && b)) { c();...
X11WindowDriver uses `XGetWindowPropertyRef` to get a reference to the properties of the active window. If this fails, however, the outer function findFocusedWindow does not return "NO" to indicate failure, because...
Works perfectly when connected via Thunderbolt
The Fire Emblem Sacred Stones menu has a "fog" pattern (BG2) that is made wavy by writing BG2HOFS each scanline. However, while the game usually updates it by the end...