07151129
07151129
Some Apple NVMe controllers support low-power self-refresh mode, LPSR. The following information describes the usage of LPSR by IONVMeFamily. Note that it is not derived from any Apple documentation and...
**Describe the bug** I am trying to use ChatSecure, Pidgin with Lurch, Siskin and Beagle for OMEMO-encrypted conversations. For some reason, Siskin and Beagle appear to behave in an incompatible...
### Description Consider the following valid C code: ``` #define PREFIX_12TEST_B 123 #define CONC(x, y) PREFIX ## _ ## x ## _ ## y int x = CONC(12TEST, B); ```...
I have only tested it for Xc7, but it seems like xcodebuild checks `DVTMinimumSystemVersion` at `xcodebuild:10000142c (com.apple.xbs/Sources/IDETools/IDETools-8027/xcodebuild/xcodebuild_main.m:checkMinimumOSVersion)`. The version itself is stored in info.plist in __TEXT of xcodebuild binary. If...
SJIS cannot encode Latin diacritics (accented characters). Our encoding support needs to be extended to this end. - [ ] Add c2 a1, c2 bf, e2 80 94, c3 80...
Cursor in Puzzle(2) (liquids) renders corrupted, presumably because render_sjis overwrites the lower sprite indices used to draw it. Can handle this similarly to CTX_RENDER_*, which is used to select the...
The original sprite recovery code restores affine mode when unhiding objects. The upper bound is hardcoded at 112. Should either patch this limit if feasible, or record sprite count in...
If a message containing newlines is pasted, it gets sent as multiple messages: one message per line. As these messages are sent in parallel, they often arrive at the recipient...
Could you add a 60 FPS unlock patch? It is achieved by replacing `6A 00 6A 1E 50 51` with `6A 00 6A 3C 50 51`. I would do it...