James Russo
James Russo
The neopixel_cleanup from the underlying neopixel_write module method should be called on deinit(). Without this call it is not possible to change the pixel lengths in the same process. The...
Is the lack of user authentication intentional for this library? Seems like the preferred method is now to use signin() method which would cause a POST to the user-auth endpoint...
quick fix when the refresh token is not named "RefreshToken". Honor the parameter.
**Is your feature request related to a problem? Please describe.** When using Laravel for just and API we cannot use the hosted cognito login screen. Since the guard only checks...
I have an API which has both public and internal methods. I'd rather not expose the internal methods and endpoints on the public client. It would be nice if you...
This adds support for a separator for prefix and version. I typically use @ and this only supported '-'. The Sentry UI supports use of @ to allow for display...
### Command build ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...
I am getting a SHA content mismatch when running, not sure why this might be happening. Maybe concurrency issue? ```XAmzContentSHA256Mismatch: The provided 'x-amz-content-sha256' header does not match what was computed.```
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When I click the + item on the attachment window to...
This PR adds audio control support. I've leaving this as a draft because I'll take any feedback especially around styling or any other feedback others might have. Our use case...