Ron Evans

Results 67 issues of Ron Evans

We're going to need the page for the X9 Pro smartwatch filled out, @aykevl if you please: https://github.com/tinygo-org/tinygo-site/blob/dev/content/microcontrollers/x9-pro.md

It would be really great to be able to support hardware or software PWM...

Please add I2C#read method to https://github.com/jwhitehorn/pi_piper/blob/develop/lib/pi_piper/i2c.rb and thank you!

It would be great to have a way to scan for wifi networks? I think we perhaps used to have this?

enhancement

Update the token retrieval process for compatibility with the released OAuth2 specification (RFC6749) http://tools.ietf.org/html/rfc6749 Includes full tests, and has been tested with Github, and other OAuth providers. Should also work...

Allow for insecure SSL connections, such as self-signed certs, by passing :insecure? true when making token request. Example: ``` clojure (fetch-token {:token-url "https://myselfsignedserver.com/oauth/token" :client-id (get (System/getenv) "CLIENT_ID") :client-secret (get (System/getenv)...

Hi, I added some code to handle OAuth2 servers that reply with a json payload containing the auth_token. Also added some example code to the readme. Thanks for creating your...

This PR is to update the GH actions to install Go before running the normal tests.

In order to update to Go 1.18 the docker container/runner needs to be updated to use Go modules.

This is a very cool feature that allows for various fun applications such as petcams, security, and more. Note that it is a limited form of motion tracking based on...