Dominick Pham

Results 9 issues of Dominick Pham

- fix MultiplicativeExpression - ability to fetch solver and variables from API - quad reimplemented using parser (in /demos/parser) - update reference to mutation-summary submodule (fixes travis)

There was a project I read about a while ago that used minecraft to toy with some existential ideas. It was minecraft as you know it, except with the following...

Project management

See #42 for discussion See https://github.com/djdeath/pwm for example

`gpio.open` should support an array of config objects in order to export multiple ports and have an elegant callback that ensures all those ports are available to use. Contract should...

Since gpio.open acts like a Factory pattern for a discrete number of pins, there's no reason why we shouldn't store the GPIOPin instances internally. The benefit is that gpio.close will...

Promises to avoid callback hell. Support error callbacks.

enhancement

This would provide a way to support multiple devices and platforms. Although the primary use case would be to allow the creation of new mapping files (like #37) but should...

Use some free CI service so we can catch something like https://github.com/EnotionZ/GpiO/issues/47