Dan Lipsitt

Results 16 issues of Dan Lipsitt

To reproduce: ```shellsession $ mktmpenv $ pip install openhtf==1.1.0 $ pycycle --source $VIRTUAL_ENV/lib/python2.7/site-packages/openhtf/plugs/usb/ Target source provided: ~/.virtualenvs/tmp-887cd3b8666bd584/lib/python2.7/site-packages/openhtf/plugs/usb Project successfully transformed to AST, checking imports for cycles.. Cycle Found :( Finished....

This PR adds automated Schemathesis tests to the test suite. Most of the tests currently fail, and I believe this is due to a bug in Schemathesis, described in https://github.com/schemathesis/schemathesis/issues/1335....

There is a LICENSE file at the top level of this repo but not in the template directory and therefore the projects this template creates. Is it intended for the...

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

feature
investigate

README.rst links to [Sourcegraph](https://sourcegraph.com), but it isn't enabled for this repo. You can enable it at https://sourcegraph.com/github.com/Eugeny/reconfigure.

I'm trying to compile for BeagleBone on MacOS. I'm new to Nix, so maybe this is too many things to try to do at once. I'm not sure how to...

I'm new to Nix so forgive me if I'm missing something obvious, but I get the following errors on both MacOS and NixOS running in VirtualBox: ```console $ nix build...

Looks like a previous commit missed a `photo-to-sqlite`→ `dogsheep-photos` replacement.

## Problem On systems where `python` points to `python2` but `pip` points to `pip3`, `bin/flameprof` breaks because it runs python2 but the flameprof library is installed into python2's `site-packages`. ##...

This PR sets up Github Actions CI for MacOS. It uses a build matrix to run on both Mac and Linux builders. I've made some changes that affect the Linux...