George Kettleborough

Results 59 comments of George Kettleborough

What's the current state of this issue? I've implemented (I think) a compliant sync backend but get the warnings about a created record already existing locally. This seems to be...

@radex Cool, that sounds fine to me and can definitely get us up and running. I did wonder while I was implementing it, why do we need to distinguish between...

I will try to tackle this myself soon, but I was wondering if someone already familiar with the `pip` interface could comment on what's going to need to change and...

@atugushev > Could you elaborate on why `pip-tools` would break `pip freeze`? It doesn't break it as such, but the problem is if you add tools like pip-tools to your...

> Internally pip-sync installs packages via: > > ```python > subprocess.check_call([sys.executable, '-m', 'pip', 'install', '...']) > ``` Simply changing those calls to this seems to do the right thing: ```python...

It guarantees you'll install packages in the same environment as `pip-tools` is installed in but for me that's the wrong environment! I want to install packages in my currently active...

But one problem will be a mismatch with what `pip-compile` is doing. That imports `pip` which is coming from its own environment. I guess it would need to import from...

For anyone reading this today, `_paint_text` has been renamed to `_create_text`.

This isn't working at all for me. Using Python 3.6.2 and getting the same JSON read table error. This is me trying to run the example: Debugger entered--Lisp error: (json-readtable-error)...

I get a buffer called `*ob-ipython-kernel-default*` with some output from starting a jupyter console. It seems that json-read is being run on this buffer which doesn't contain anything that looks...