Christian Höltje

Results 225 comments of Christian Höltje

There is a similar problem with deoplete in Neovim. Pressing Enter just closes the popup but doesn't insert a newline. This was driving me crazy, but I tracked it down...

[My action](https://github.com/docwhat/docwhat/blob/master/.github/workflows/ci.yml#L68-L75) uses `gh` to trigger another build. I can't find the action I got the idea from in the marketplace. If I find it, I'll add it here.

Fair enough. Is there any way to see what the official runners are installing? I mean, I guess I could write an action to tar everything up and send it...

Wow! Okay, yeah... no. Never mind that thought.

This is especially true in Safari, for some reason. :-/ There are a lot of `!important` is the CSS, are they really required?

@nathanaelkane You probably could have phrased it more diplomatically. I'm liking the look of indentLine so far.

I'm able to reproduce this on CentOS 6.4 and ruby 1.9.3-p448 with binding_of_caller v0.7.4. Just a data point.

Interestingly, if I run: ``` bundle exec rspec ``` I get the SegFault. However, if I run: ``` bundle exec rspec | cat ``` I do not! Here's my traceback...