Andrew Ry

Results 10 issues of Andrew Ry

I was trying to figure out why the adafruit driver works and this one does not. https://github.com/adafruit/Adafruit-Motor-HAT-Python-Library/blob/master/Adafruit_MotorHAT/Adafruit_PWM_Servo_Driver.py Mode register 2 was never configured. Also I believe sleep here is unnecessary....

-srcPath %CD%\src should be: -srcPath "%CD%\src" paths with a space in them give this error: panic: init: router initialize error goroutine 1 [running]: github.com/revel/revel/logger.(*RevelLogger).Panic(0x11384780, 0x809548, 0x1d, 0x114f2fe0, 0x2, 0x2)

Working with larger images - it would be helpful if the zoom in and out moved the viewport area towards the mouse pointer position.

Perhaps I am missing what controls are available, but it would be nice for google maps style drag scrolling when I am editing a particularly large vector image.

### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...

enhancement
triaged

**Is your feature request related to a problem? Please describe.** The streaming demo "streamingservice" was created before the Device Authorization Grant existed. Now we can leverage the native Okta Device...

type: feature

**Describe the solution you'd like** Okta has introduced an extension to the Oauth/OIDC Spec called the Interaction Code Grant. The InteractionCode Grant relates to how client interactions (MFA challenges) are...

type: feature

**Affected page(s):** https://developer.okta.com/docs/api/oauth2/ **Describe the problem(s):** missing scopes **If possible, describe a proposed fix:** add scopes - okta.authenticators.manage.self - okta.users.manage.self - okta.users.read.self

### Describe the bug Okta customer case # 00024632 **Background:** I am using an embedded widget with a PIV/CAC login. I recently upgraded to OIE and the latest version of...

bug

### Describe the feature request? The groups API supports expand=stats to get the number of users and apps for a group. This api call functions as expected: GET /api/v1/groups/00ga1c6156kOI1Kch297?expand=stats ```...

enhancement