Anna Zolkieve
Anna Zolkieve
`lockdownd_client_new_with_handshake` does not return `LOCKDOWN_E_SUCCESS` ``` lockdown_t *lockdown_open(device_t * device) { lockdownd_client_t lockdownd = NULL; if (lockdownd_client_new_with_handshake(device->client, &lockdownd, "pris0nbarake") != LOCKDOWN_E_SUCCESS) { ERROR("Unable to pair with lockdownd\n"); } ``` 3GS

[UI] Programmer mode: BIN number may be displayed incorrectly (colored in red): 
Originated from https://forum.sublimetext.com/t/usability-issue-preserve-find-and-replace-history-between-sublime-text-application-instances/52856. Scenario: 1. Open new ST window. Navigate into folder `Folder_A`. 2. Press `Ctrl + H`, type some complicated (regex) pattern. 3. Press `Find` to make sure the...
From: groff_man.7.html: .SH Section heading Document structure macros P.S. Seems the same for others.