Seth Thompson
Seth Thompson
**Choose one:** 🙋 feature request Bankai's forced TLS means that it's difficult/impossible to develop inside Beaker Browser right now. Beaker doesn't yet have a way to navigate around an invalid/self-signed...
**Is your feature request related to a problem? Please describe.** I can't build a component that imports an untranspiled ES module from a dependency. [Three](https://github.com/mrdoob/three.js/) notoriously ships its examples (including...
**Is your feature request related to a problem? Please describe.** import_3dm does not handle Rhino files with blocks linked to separate files. Linked block instances are imported as empty collections....
[Preview Tests](https://deploy-preview-442--aria-at.netlify.app) [Preview Tests](https://raw.githack.com/w3c/aria-at/add-count-script/index.html) This PR adds a script to the scripts directory which provides basic metrics for all test plans or a single specified test plan. The output of...
Right now test plans in the App Test Queue https://aria-at.w3.org/test-queue are showing up as directory names instead of human-readable names. This is because they have not yet been added to...
From @jscholes on #522: > @mzgoddard This looks pretty good. It would be nice if there was a live region announcement to indicate the impact of filtering tests. E.g. "Showing...
Is the the most idiomatic way to generate rules for hover states? ```js var textTransformHover = { prop: 'text-decoration', vals: { 'u-hover': 'underline', 'o-hover': 'overline', 'lt-hover': 'line-through', 'n-hover': 'none' },...
I would like to annotate an image that is set in a parent page. Would you be open to extending the storage `src` field to support arbitrary queries?
Currently, the `vite()->isDev()` method is protected. I'd like to be able to call this method in template code from userland. #### Use case [`@vitejs/plugin-react`](https://github.com/vitejs/vite-plugin-react) will throw an error if the...
`three-stdlib` should include the OutputPass from [`examples/jsm/postprocessing/OutputPass.js`](https://github.com/mrdoob/three.js/blob/dev/examples/jsm/postprocessing/OutputPass.js) as a postprocessing pass. This is the new, recommended way to apply color space / tonemapping adjustments as a postprocessing pass. Additionally, the...