Doom-Child

Results 9 comments of Doom-Child

Same problem. It seems like moving _very_ slowly makes it happen slightly less.

I've made the same change you did, but now flycheck gives me an error saying `Blocking call to accept-process-output with quit inhibited!!` Have you seen this problem? Flycheck shows the...

Having upgraded my version of the `omnisharp` from MELPA, I'm not seeing the error I listed above anymore. However, I'm not getting any `flycheck` errors popping up where they should,...

I don't want to _disable_ company-mode, I just want to adjust the completed text in certain circumstances. I'm teaching myself about advising functions to try and deal with this. I...

Okay. I'll look into that function. I was still trying to figure out just exactly where to inject things.

So I wrote something to filter the output of `company-files--grab-existing-name`, because it seemed like the least invasive change I could make, but I'm getting a weird error about the symbol's...

Okay, that solved that problem. Thanks. Now I just have to figure out why it seems like `company-files--grab-existing-name` isn't executing anymore. To the debugger, I suppose.

I don't want to sound like a jerk, but if you're importing project-level stuff in Javascript, you have to backspace over the extension a _lot_.

Yeah, my headache comes strictly from writing for `node`.