Sean Lynch

Results 122 comments of Sean Lynch

@justgeek Not directly from my understanding. I'm still using [node-serialport](https://github.com/EmergingTechnologyAdvisors/node-serialport), [i2c-bus](https://github.com/fivdi/i2c-bus), or [node-i2c](https://github.com/kelly/node-i2c) which are using C bindings to Node. node-pn532 is a layer on top of these but implementing...

Btw, I remember switch from `node-i2c` to `i2c-bus` due to support for Node > 0.12 (iojs at the time, and later node 4.x+). This may no longer be a problem,...

@secit-pl I don't know if I'll be able to get around to finishing the I2C in any reasonable timeframe. I'm over committed on other projects already, and I'm personally not...

I have plans to support Mifare Classic tags, but not in the immediate future. I think I ran into issues getting the authentication working. I [started](https://github.com/techniq/node-pn532/blob/master/src/pn532.js#L338-L374) support for this, but...

@liampcollins That sounds good and a PR is most welcome. I haven't had much time for the project lately and hoping someone gets the [v4 support](#80) finished.

I'm actually currently using it with multiple selections but manage the selection in the dropdown (add a `rightIcon` check) and through a separate component list ("active filters"). It actually replaced...

https://twitter.com/olivtassinari/status/971157478170923016?s=19

@bugzpodder Hi Jack, I definitely have plans for this (and an official 1.0 release) hopefully soon, but I've been swamped for a while and haven't been able to get around...

@sibelius Sorry, nothing yet. I made some progress a while back in the [multi select branch](https://github.com/techniq/mui-downshift/commit/9fffea2e0a342f7dcd228de4ee248af86924e32f) and then Material-UI provided an [example](https://material-ui.com/demos/autocomplete/#downshift) that should port in well but I just...

@AirborneEagle No update yet. It's still on my radar, but waiting for direct need in my current projects before I can dedicate time. I'm also considering dropping the use of...