Daniel Goertzen

Results 52 comments of Daniel Goertzen

Thanks, I'll give that a look when you push it.

Thanks Kevin. I'm actually interested in using my own event loop ([mio](https://github.com/carllerche/mio)), and this wrapper doesn't seem to support that... and I'm not certain it should since libusb doesn't provide...

Python's take on [serial port enumeration](http://pythonhosted.org/pyserial/tools.html).

Can you clarify which file you are referring to? There is no unix/sys_arch.c, and nxpcommon/arch/sys_arch.c doesn't have a usec variable.

Oooo, nice catch! Unfortunately I just made this github snapshot for my own easy reference and don't intend to maintain it. I'm sure the upstream project would like to know...

Thank you for your contribution, and especially for also adding tests! I'd like to push back on the `make()` implementations that you tweaked; they seem inessential as you can just...

I'm seeing similar errors with gcc on linux, interesting. `std::unordered_map` is testing equality of `nifpp::TERM` which is not available. I'm not sure what changed to make this not work. And...

Actual problem has been fixed in `master`. Please let me know if that fixes it for you too.

I also have an uncommitted variation that implements rvalue tuples, but I think it had some limitations. Consider some of these wrinkles: 1. What happens if the user provides an...

Did you try [this one](https://github.com/sdwolf/rebar3_rust)?