Tommy G

Results 12 issues of Tommy G

Currently Nodel runs on Jython 2.5.4-rc1. This is a bit limiting when you try to use 3rd party code in your recipe. These changes make it possible to use Jython...

enhancement
proposal

I saw https://github.com/caemor/epd-waveshare/pull/138 . I'm not too sure whether V4 makes sense as a separate driver or not. I did try getting V2 driver working with V4 display with as...

Being able to transform colors to/from nalgebra vectors can be pretty handy for certain applications. Seeing as though nalgebra is already an optional dependency, it is perhaps a sensible enhancement....

## Description Using the existing example, cargo install will error out after restoring a cache: ``` cargo install cargo-tarpaulin Updating crates.io index error: binary `cargo-tarpaulin` already exists in destination Add...

I'm getting an error on my CSS ``` error: CSS: "overflow": "clip" is not a "overflow" value. ``` This seems to be because `vnu.jar` is a bit stale. Updating it...

https://github.com/dbrgn/embedded-hal-mock/issues/112

Currently we have `src/eh1/pin.rs` but I think this should be `src/eh1/digital.rs` to match `embedded-hal`.

enhancement

In a few places there are error messages like this one: https://github.com/dbrgn/embedded-hal-mock/blob/3ac0ada5110218682e0dd1939f74cd008ee6d912/src/eh1/pin.rs#L135 This error message is triggered when Mock is empty. I don't think including the method name `set_low` is...

A top-level mock wrapper seems like something that would be very useful. https://github.com/dbrgn/embedded-hal-mock/issues/19 I've come up with something that _works_ and have been using my own project to drive its...

discussion