Renee D'Netto

Results 56 comments of Renee D'Netto

Well, that looks horribly broken. Can you run `powerline-hs --version` for me, just to make sure I'm looking at the right code? Also, you can test it without breaking your...

I've pushed a commit that should fix this to the branch `handle_empty_renderer_arg`. Would you mind cloning it and seeing if this fixes it?

Does `~/.config/powerline` exist? If so, could you post the output of `find ~/.config/powerline`, and if not, do you have any user-specific config files (and if so, where)?

In that case, it must be using just the defaults, with no user-specific config. I'll push a patch to fix that tomorrow, since it's getting late here (Aus).

I've pushed a fix to `master`, as well as merging the previous fix in. See if it does the trick.

CMake is also affected by the same problem (the temp path being included in the resulting file). I'd prefer a solution that generalizes to all supported build systems, rather than...

The reason the temp path is appearing is because it's run as an out-of-tree build, to avoid polluting the project directory. The logic is equivalent to: ``` mkdir /tmp/tmp123 cd...

It's failing because Swift doesn't use Cmake as the top-level build system - you'll get the same error if you run `cmake .` in the directory. The README for Swift...

Could you please include a link to your project?

Sorry, must have missed the link. I get the same error when I run cmake against your project outside of YCM-Gen. Assuming that you can run it without problems, it's...