Jason DeLeon
Jason DeLeon
@radamson I haven't looked at #91 up until this point. Looking over it and reading the last part of your comment, I didn't realize that `expires_at` (or `expires_in`) were both...
@radamson Looking over the code in tandem with the test, there's a bit of a problem in how the test is currently handling things. `use_oauth2_auth` handles the code _flow_, but...
@radamson With regards for a wrapper, I actually started work on a bit of a refactor on the RESTful calls to allow such a situation. My goal in that refactor...
@radamson I managed to finish up [the refactoring work](https://github.com/fhir-crucible/fhir_client/compare/master...progmem:rest-separation) that I mentioned above in a separate branch. I essentially separated out the code for handling the REST verb calls into...
@radamson I'll go ahead and open a new PR for the refactor work at the very least, that way we can invite the discussion about the API and the OAuth2/RestClient...
From @radamson on #134, in order to migrate discussion: > Awesome @progmem. I haven't had a chance to go through the refactoring work you've done, but this type of work...
I believe I have a potential fix for this issue, and will open up a pull request. I noticed when peeking at the work buffers that indentation was being lost...
@Stargator Should be good now!
This will work, though I have a couple thoughts: * I need to double-check to see what's happening for the AVR builds as well. There's a good chance we would...
Hi! So, the limit of 16 buttons was chosen for a couple different reasons: * Initially, USBemani was developed around supporting a limited controller set. * Out of the games...