David Calhoun
David Calhoun
Next.js includes [additional API for creating a custom top-level document](https://github.com/zeit/next.js/tree/4.3.0-canary.1#custom-document). There are currently no bindings present for them. - `Document` - `Head` - `Main` - `NextScript`
Next.js includes [additional API related to dynamic imports](https://github.com/zeit/next.js/tree/4.3.0-canary.1#dynamic-import). There is currently no binding present for it. - `dynamic`
The color of certain syntax highlights changes depending on whether or not you have a parenthesis around parameters for an arrow function. Namely, `const`/`let`/`var` are erroneously displayed in white, when...
Do you have any plans to add support for formatting inputs for currency values (e.g. – $#,###.##)? Maybe something along the lines of this... ``` javascript var formatted = new...
When `webpack.config.js` [exports a `function`](https://webpack.js.org/configuration/configuration-types/#exporting-a-function-to-use-env), jest-webpack-alias throws the following error: ``` ● Test suite failed to run Missing setting "resolve.modules" (webpack v2) or "resolve.root" (webpack v1) in /Users/davidcalhoun/Sites/web/gn-web/webpack.config.js at Object.read...
When querying the REST API with successful authentication, endpoints return unexpected 401 response statuses. It appears the user's capabilities are not accurately portrayed in the context of WordPress Playground. I...
## Description Gracefully handle failed attempts to load a site's remote editor by falling back to the local, default editor and displaying a notice to the user. **Related:** * https://github.com/wordpress-mobile/GutenbergKit/pull/27...
### Quick summary When relying upon a keyboard or screen reader to navigate the app, focus is reset when switching the active tab. Screen recording https://github.com/user-attachments/assets/7d11b08b-7b73-4b1e-aad9-1fa0cc161cef ### Steps to reproduce...
### Description When leveraging [Android TalkBack](https://support.google.com/accessibility/android/answer/6006598?hl=en) to navigate a popover, the popover is unexpectedly dismissed when swiping to move to the next item in the popover. This occurs for both...
### Description When attempting to upload a file to an Audio block on iOS, MP3 files are disabled (grayed) in the file picker. This makes it impossible to select MP3...