Buck Ryan
Buck Ryan
Hey all, really sorry about the inactivity. I have not had time to maintain this and I'm happy to add collaborators. If anyone wants to help out, let me know.
I do like this idea - do you have suggestions how this should work? The first thing that comes to mind is a separate repo that is just a listing...
I know that pelican does it: https://github.com/getpelican/pelican-themes They built a site from this after the fact. Seems like this would work since people can just make a PR for it....
@OskarSigvardsson has made points that I agree with. My plan for some time has been to run the subprocesses in parallel. Unfortunately the code is not super straightforward for making...
Thanks a lot for the input. You made a good point about the multiple subprocess calls. I am definitely hesitant to require version 3.5 of Python. So far we have...
@kc9jud no worries - thanks for bringing it up. I will investigate. The first thing that comes to mind is that maybe the `os.path.realpath` command is slow. I will have...
Oh man - I missed this and started commenting on #397 already which does the same thing. I'm not sure what the proper etiquette would be here. Since you opened...
Hm - what versions are you running on each machine? You can find this out with `pip show powerline-shell` (or potentially with `pip2` or `pip3`).
I don't suppose you have a configuration file in another location on either machine do you? The code looks for a config in this order: - `powerline-shell.json` within the current...
I saw that the directory is the same in both screenshots. Are you saying that's a mistake too?