Robin Wilson

Results 79 issues of Robin Wilson

This would be really handy! Specifically, a brief bit of documentation on how the database works and exactly what fields are in it would be great.

docs
sprint
non-coding

hooks
enhancement
sprint

Not sure exactly how to go about doing this...would need to mock the DB or something Or create a new DB to do it with?

enhancement
testing

Investigate how to access a `recipy gui` service running within a Docker container, from within the container's host. Using ``` $ docker run -it -v $HOME/docker-shared:/home/ubuntu/shared -p 9000:9000 --rm mikej888/recipy:2.3.0...

sprint

It seems like PIL (via `pillow`) does some clever stuff to get things like `Image.save` to work - basically by redirecting (re-binding?) them to things like `PIL.TiffImagePlugin.TiffImageFile.save`. Do we need...

hooks

This issue came about from a bug where a `TypeError: unhashable type: 'dict'` exception was being raised if log_init() finished before RUN_ID is created. In the initial case this was...

database

Once #189 is merged, mark the GDAL tests as ones to be skipped on Python 3.4 due to issues getting a conda-forge version of GDAL working on Python 3.4.

The `eid` parameter name is deprecated in TinyDB now and should be changed to `doc_id`. This affects all usage, for example `db.update(..., eids=[...])` should now be `db.update(..., doc_ids=[...])` and `results[0].eid`...

See http://www.w3.org/TR/prov-overview/ (Originally submitted by @trungdong on Twitter)

cli
gui
enhancement

See methods used at https://github.com/crew102/reprexpy/blob/master/reprexpy/session_info.py