Phil Elson

Results 179 comments of Phil Elson

Thanks @awarnock3. Any chance you could provide a SSCCE example which allows us to see the problem without needing to have access to your data (i.e. use np.arange to produce...

FWIW an example of using the gadm data for cartopy was given http://stackoverflow.com/questions/25428512/draw-a-map-of-a-specific-country-with-cartopy Hope this is helpful.

> Why is that so? I had a suspicion that this had been improved in v4 of conda, which version are you using? Anyway - sounds like you are able...

Thanks for the quick response. I was doing a bit of digging thanks to your comment, and I'm just trying to get to the bottom of where the "Permission denied"...

> @pelson any ideas? Might make sense to be able to reproduce quickly with just a docker image and a few commands... There is nothing worse than not being able...

For the record, I'm happy to release all work currently available in xkcd-script (namely that originally documented in https://pelson.github.io/2017/xkcd_font/) in any way seen fit by the ipython/xkcd-font community - I...

> As a start, here are the ones for Czech: > Á É Í Ó Ú Ů Ý Č Ď Ě Ň Ř Š Ť Ž > á é í...

I didn't try to implement the ``FullRepoManager``-style integration, but it looks like that would work quite well to setup the appropriate ``jedi.Script`` instance in the cache automatically. I'll post here...

I believe setuptools only allows you to pass through the library and include path when you issue the `build_ext` command. Normally, you would do: ``` python setup.py build_ext -L -I...

The special case code for ``ALL`` and ``NEW`` etc. is done in https://github.com/airspeed-velocity/asv/blob/b54d3024f5b77ddf81f82e5929e9b97ed85f7067/asv/commands/run.py#L235. There is no equivalent to ``TAGS`` by the looks of it. Given the way repos are implemented,...