James Vickery

Results 17 issues of James Vickery

Just an idea, not a necessity: An option could be added to compare the checksums of the two directories, for example using the [dirsum package](https://www.npmjs.com/package/dirsum).

Issues #54 and #55 were caused by language codes used by the dataset that didn't exist in the ISO-639-3 JSON. Need to build a script to search for cases where...

As mentioned on #25 Command line interface could have an `-e` flag for displaying relevant emojis alongside languages and maybe words Very low priority feature, but might be fun to...

Current data based on tsv rows with `rel:etymology`. The `rel:is_derived_from` relationship seems to be functionally similar Using this extra data makes the source data much larger, and ety import is...

New, more detailed docs should be written

Installing in a virtualenv fails as `spidev` is missing. Once that has been installed, it fails again because `RPi.GPIO` is missing. After installing that, `pip install pi-rc522` works. `setup.py` should...

When plans were made to add stepper motor support, `Motor` was renamed to `DC`, see #48. I thought this would be better done sooner rather than later, although people were...

Test coverage is currently awful - many more need to be made to prevent basic problems like #61

help wanted
Travis CI
tests

Format '`stopping motor`...' more neatly when `wait` = `True`: Fancy threading stuff happens when `wait` is `True` to make the method return immediately while the motor keeps spinning until the...

help wanted

https://stackoverflow.com/a/1535336/5127934