Daniel Schreck

Results 6 comments of Daniel Schreck

Ah, it looks like the culprit is ```swift 109 try store.enumerateContacts(with: fetchRequest) { contact, stop in 110 if contact.emailAddresses.count > 0 { 111 contacts.append(contact) 112 } 113 } ``` It...

Thanks for your work on this @psliwka. It does seem that the repetitive-key failure is fixed on this commit. Unfortunately, it seems that there are a lot of flickering artifacts...

Yeah I'm having issues with vertical splits with `A` too and was able to verify the behavior you're describing. Interestingly, after using NERDTree `A`, the `=` command to evenly resize...

Hey so I figured out that this issue is in `lib/nerdtree/ui.vim`, in the function `UI.toggleZoom()`. Problem: * During the zoom-ing, the function simply calls `vertical resize` on the window, which...

Documenting my progress in this comment: - It seems that there's a workaround with the keystring `BB` (closes/opens bookmarks, redrawing the cursor there) but seems like this would be better...

this was still an issue for me in opening/closing the preview window with external plugins (e.g. the hover command in ALE) - I resolved it in an easy but kind...