Results 9 comments of Christopher Locke

I think this gem only focuses on string evaluation, so what you probably want is support for associative arrays (hashes). In the situation you presented, I'd imagine that it might...

I have this same problem as well. I tried disabling OTP over NFC (`ykman config nfc --disable OTP`), confirmed it was disabled using the `ykman info` command, and then tried...

@mportune-bw Thank you for your follow up, that seems to have worked!

@arv832 Thanks for pointing this out. Unfortunately I do not have a Mac to test a fix on. I made a tentative PR #11. Would you be able to pull...

If the problem has to do with using `std::pair`, I can update the code to store two separate variables instead to avoid the problem.

That makes sense. Were you able to check to see if the branch compiles for you on Mac?

@arv832 I do not know if #11 fixes the problem you had, but I went ahead and merged it anyway because it at least updated the tests to try both...

I just unresolved some comments that were resolved prematurely without changes being applied to this pull request. Could you please resolve comments after either making the changes suggested or responding...

What exactly would you like to do? Currently there is only minimal support for editing pixel data. You can get a handle to the underlying pixel data bytes by using...