Ben Scholzen

Results 21 issues of Ben Scholzen

When a user has multiple tabs of an application open, and the refresh token is stored in either the session- or the local storage, both windows will try to use...

bug
help wanted

Introduces leader election for concurrent token refresh requests. This adds a new dependency (broadcast-channel) which takes care of the election process. Closes #430

bug

Neither the localStorage not the sessionStorage is considered safe for handling authentication tokens. If there is for instance any third party script on the website, that script would be able...

enhancement

I'm trying to bind an overlay to a user's hand. For this I'm using the following code: ```py overlay.setOverlayTransformTrackedDeviceRelative( handle, openvr.c_ulong(leftHandId), openvr.HmdMatrix34_t() ) ``` When trying this though, I'm getting...

@ocramius: Please review and comment

This is a really nice implementation of that pattern, nciely done! The only issue I noticed with it was that the individual slices are actually visible when viewed from the...

### Acknowledgements - [X] I read the documentation and searched existing issues to avoid duplicates - [X] I understand this is a place to report a confirmed bug (not seek...

bug
pending triage

The format for bodies with traits dictates that the traits come in through their own object. This becomes especially visible when using an SDK client compiled with a newer version...

**Describe the bug** Since 3 or 4 days I'm running into the problem that the Index HMD is not detected after a reboot. So when I'm starting SteamVR, the HMD...

bug

**Describe the bug** In some cases it seems like Redocly mangles property names for no apparent reason. In the following OpenAPI spec, the property `expiresIn` gets displayed as `expirese`. **Expected...

Type: Bug