Jon Tara
Jon Tara
See: [RFC 7516 4.1.3](https://datatracker.ietf.org/doc/html/rfc7516#section-4.1.3) I am working with: - [Smart Health Cards - Overview](https://smarthealth.cards/) - [Smart Health Cards - Specification](https://spec.smarthealth.cards/) in Ruby. I'm working in a constrained Ruby environment (Rhomobile...
Currently, it seems to only return the first error found. So, e.g. API user gets an error, fixes the parameter, then gets an error on a different parameter. Rinse and...
Would it be possible to support simple horizontal or vertical scroll, rather than having to follow the circle path? I find following the circle path a bit fiddly on touch-screens....
It would be good to include a note in the README about mixed-case columns. The code does double-quote column names, so mixed-case columns can be used. However, there are two...
Ruby 1.9 removes (not just deprecates) the global variable $defout. There is a use of $defout in client.rb in auth_nonsasl: $defout.flush This flushes Ruby's default output stream. Since $defout is...
Doing one of the hardest things in software development - naming! And I don't know what to call my little function that decodes the numeric QR code value to Base64....