abel1502
abel1502
The solutions aren't mine - they come from @Himyth and @Summus-31c04089c3cd80 . I just read their issues and implemented the suggested solutions, as well as updated the affected tests
Not yet tested, might contain bugs. (I have no idea what to write here, sorry)
I'm slightly concerned by the following lines in the assembler.py: ```python # Modify relative jump to absolute jump if ins.mnemonic == 'JUMP_FORWARD': ins.opcode = dis.opmap['JUMP_ABSOLUTE'] ``` This modifies the opcode...
**WARNING:** *This is a rather ancient project that was originally developed back in 2011 based on the Android 2.3 (Gingerbread) AOSP keyboard. While it still works as-is for many users,...
`Client.fetch_user` fails, because `FullUser` doesn't expect the `is_user_access_blocked` argument. I assume there are likely other incompatibilities, but I haven't yet had the time to experiment with it. Updating the api...
> This is where the backlinks come in: By iteratively traversing backlinks, any reader of the log can verify that no fork occured. **Forked logs are considered invalid from the...
### Description Within a `par(justify: true)`, whitespace characters inside inline raw blocks like `` `foo bar` `` are subjected to the justification. Since raw blocks are supposed to represent monospace...
Unlike some other missiles I've tested, the tectonic one allows to be launched with insufficient energy (20k in my case, out of 75k), leaving the launch pad at negative charge...
Bedrock coltan ore can be mined, although it probably shouldn't. Also, if it should, there is no processing for it in item form
Mark VI Drill Grenade in its current state, effectively, cannot be protected against, as it continues blasting in its line, ignoring walls of reinforced blocks in its way. It will,...