Tim D. Smith

Results 20 issues of Tim D. Smith

Given an already existing formula: - Update any existing pypi references to the versions in the current virtualenv - Figure out what to do about any "extra" pypi references in...

enhancement
help wanted

e.g. installing `protobuf` requires `google-apputils` at build time but not at runtime. Homebrew needs to install the `setup_requires` deps (and needs to install them into `buildpath`). Sorting `install_requires` deps on...

With source image https://downloads.openmicroscopy.org/images/OME-TIFF/2016-06/bioformats-artificial/single-channel.ome.tif, these give different output on Ubuntu Xenial with zzuf from master and libtiff-tools from Xenial: ``` ubuntu@ubuntu-xenial:~$ zzuf -O null tiffinfo corpus/single-channel.ome.tif TIFF Directory at offset...

As a substitute for a map type, which is missing in BigQuery, we've implemented maps as arrays of \ structs. Some of these keys and values are int64-typed. Using Ibis,...

Hi; I'm a maintainer of the Homebrew OS X package manager. We noticed that the checksum of the 0.5.1.tar.gz tarball we fetch from Github changed. Can you confirm this was...

Sometimes you have an unsolveable optimization problem running in a subprocess. It's useful to allow NoSolutionError to be pickleable so that the exception can propagate back to the main process....

The crash that this bug discusses was fixed upstream by removing the errant wheel, but the [motivating observation](https://bitbucket.org/cffi/cffi/issues/367/problems-installing-other-packages-with#comment-46507538) for this report was that `easy_install cffi` downloaded a wheel that caused...

bug
help wanted
minor
Needs Implementation