Doug Reeder
Doug Reeder
Dropbox no longer issues "long-lived tokens", only tokens that last about four hours: https://dropbox.tech/developers/migrating-app-permissions-and-access-tokens#updating-access-token-type Users must click a link every four hours to re-authorize the app. To regain the original...
## The problem Different web apps use different features of the browser environment, so each web app must have its own Content Security Policy. These directives override the CSP set...
A-Frame 0.9 makes a change: Have raycasters only intersect against objects defined via .setObject3D. raycaster.objects should be specified (e.g., objects: [data-raycastable] or objects: .raycastable) because raycasting is expensive. raycaster.recursive property...
To reproduce: 1. On Galaxy S6, launch FF or Chrome, or with Gear VR, Oculus Browser or Samsung Internet for VR 2. surf to https://feiss.github.io/aframe-environment-component/# 3. navigate to Arches preset...
1. Set look-at component to selector (for example, "#squirrel") 2. Set look-at component to vector (for example, {x: 0, y: 1000, z: 0}) Expected behavior: element points toward zenith, ignoring...
1. Both hooks fall back properly when window.visualViewport isn't defined (as in jsdom when running tests, or an old browser) 2. useViewportScale falls back to 1.0 rather than 0 3....
## Overview Although a program can currently create multiple instances of nano, they all share the same cookie jar. Authorizing with a set of credentials in one instance changes the...
Contributor agreement is under [email protected]
Errors logged to console don't always indicate where the error occurred: https://github.com/DougReeder/sample-media-pwa/commit/331e083dd0efb15a396657897877be6e3b1b6030