Christopher

Results 14 comments of Christopher

The fact that this feature is not in the [Roadmap](https://github.com/spyder-ide/spyder/wiki/Roadmap) probably means that it is very low on the priority list and has little chance to be implemented? That's a...

is windows support off the table or just pushed further back on the roadmap? while `pygit2` is - at least for anaconda users through the binary release of the [mlabs...

Thanks @techtonik for keeping track of that. maybe I missed something, but I had no problem getting pygit2 to work through the builds uploaded to the anaconda [m-labs channel](https://anaconda.org/m-labs/pygit2). As...

this is the issue I was refering to in my first post here. I tried replacing all calls to `sh` with `pbs` equivalents (guided by http://stackoverflow.com/a/36004813): ``` python from pbs...

@spderosso indeed, after applying my patches to 0.8.4, gitless seems to work on windows! Anybody who is interested can have a look at [my fork](https://github.com/foucl/gitless/tree/sh_to_pbs). I basically just replaced imports...

I started to have a look. I'm on Win 10, x64, Anaconda Python 2.7. I think I located the issue - at least for me. It seems to be in...

Looks really good, thanks a Lot! And just in time, giving me even more inspiration for planning my thesis. I'll close this issue.

I can confirm that this works on Win 10 x64, Preview 15019 with latest docker for windows beta release. I used it with cmd, but also have msys2 installed and...

The idea would be to recreate jupyter client's [win_interrupt.py](https://github.com/jupyter/jupyter_client/blob/master/jupyter_client/win_interrupt.py), which you linked above, with something like [node-ffi](https://github.com/node-ffi/node-ffi)? I'd be happy to give it a try (it would take a while,...

@boykov as far as I can see, your fork does no longer contain a spacecore branch and the eab-draft branch looks like a regular emacs-/holy-mode configuration (to my very untrained...