Richard Jones

Results 67 comments of Richard Jones

4. Looks like `NVIM_NODE_LOG_FILE` has to be set to an absolute path beginning with root, `/`, ie, `~` doesn't get resolved.

`self._addDefaultMeta is not a function` eh? Not sure what the problem is and there's not a single mention of my code in the stack trace—special.

@jeffwillette think I gave up on this in the end. Currently doing noob debugging, eg, `nvim.outWrite(…)`. Only used Node because I was writing a plug-in and wanted to leverage a...

Just discovered this theme, it's nice :+1:

@chauncey-garrett Thank you :) Did you get a chance to look at async? If not, I'm trying to learn zsh. Would be happy to take a look at it if...

Benchmarked with `time zsh -i -c exit`. With node: 0.56s Without node: 0.07s Node module removed until fixed.

@muuvmuuv how did you fix? Was there a PR?

@junegunn I'm using the workarounds mentioned in existing issues but would be great if the bindings could be customised. Looks like this PR's been sat around a long time. Any...

Shame this hasn't had any love for five years.

I'm having a similar problem with Rspec, I'm stumped too. Is @jamesotron out there?