Anna Zolkieve

Results 5 issues of 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

![image](https://user-images.githubusercontent.com/46918093/147662166-0b7abea5-82e3-4c6e-8792-cd10570f9efa.png)

Bug
investigate
Pri: 2

[UI] Programmer mode: BIN number may be displayed incorrectly (colored in red): ![image](https://user-images.githubusercontent.com/46918093/120218845-fd67cb00-c242-11eb-9831-25fd71edbd24.png)

Bug
Area: User Experience
investigate
Pri: 2

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...

C: Find and Replace

From: groff_man.7.html: .SH Section heading Document structure macros P.S. Seems the same for others.