Ken Miller
Ken Miller
That line is pretty innocuous. Hard to tell what it's doing without a test case. Have you submitted an issue to HipByte?
Oh, actually, you do get these sorts of errors if you try to access a context from the wrong thread. Are you multi-threading, including GCD?
You can sometimes get away with bad threading behavior, which makes it all the more dangerous. But that's where I'd look.
CDQ does not offer any special support for hash or array. You can use a transformable type attribute and store a hash in there, and that's a common thing to...
Probably best to just dive in. It probably would not be that hard, but you'd need to write stylers and whatnot for the NS\* hierarchy, as well as mixins. The...
With regex search/replace, you have the ability to use match groups and references to customize how your text will be replaced, so, e.g. `:%s/"\(.*\)"/'\1'/` to replace double quotes with single...
Any chance of movement on this? Anything community can do to help?
+1 To this. I'd be OK with a special CLI command for this, a la VSCode or VimR, or a flag. I'd expect it to open a new buffer, not...