Greg Brener
Greg Brener
The following issue describes outstanding TODO items related to the `Canvas.trimesh()` feature (from #525): ## API - [x] Write utility function (in _ds.utils_) to help generate the data structure accepted...
Just noticing that we rely a lot on 32-bit integers in datashader quite a bit - grepping for 'i4' and 'int32'. Should we make these configurable at some point? Either...
I encountered a "too many open files" error/panic when using the docker Golang client library as documented, and traced it back to this function: https://godoc.org/docker.io/go-docker#NewEnvClient . I solved the problem...