Norbert Melzer
Norbert Melzer
No, I didn't even try any further. I found https://github.com/bhilburn/powerlevel9k relatively quickly after posting here and used that, as it seemed to be much better documented. Additionally I use https://github.com/zplug/zplug...
On my system I had this issue too. It was because there is no libclang.so in Ubuntu 13.04 but a libclang.so.1, after symlinking everything worked, probably you should try numbered...
I have the same problem! This is really annoying, since `getDataFile "data/data.text" >>= readFile` errors because of the superflous `/`: ``` shell $ cabal-dev/bin/test eulerproject: /home/user/projects/haskell/teststuff/cabal-dev//share/teststuff-0.0.1.0/data/data.txt: openFile: does not exist...
That there is a file named problem8.txt is a matter of disguising the original code :) I just forgot to change it after copying. But I'll take a look into...
I still can't access documentation using the link from README, neither does the link from crates.io work.
The second redirects to the first and the first one does show me the following: 
#6370 Perhaps you can find a solution to your problem in the fork.
In which environment are you using git flow? Cygwin? Msys 2? Subsystem for Linux? Anything else? Anyway. Probably the answer will be to switch over to a real Linux, since...
Please do not use `C-c '`, it is used in `org-src-mode` to save current buffer content into the master file and then close and kill the buffer. `C-c C-a` seems...
``` plain iex(1)> Kernel.module_info(:compile) [options: [:debug_info], version: '5.0.4', time: {2015, 7, 13, 13, 35, 29}, source: '/home/vagrant/build-dir_15-07-13_13-33-12/elixir_1.0.5-2/lib/elixir/lib/kernel.ex'] ``` Culprit: That directory does not exist. I installed elixir and erlang as...