Joe Pea
Joe Pea
It would be super sweet if the `%` key also triggered `Emmet: Go To Matching Tag` (built-in command that ships with VS Code) when on HTML tags.
##### Description of the problem It's difficult and complex these days to mix WebGL libraries together, to draw things using different libraries in the same webgl context. (examples of difficulties:...
Hello Lindsay, I'd like your opinion: If we have a node in a 3D scene, and it has many descendants (a sub tree), what should happen when we apply opacity...
It'd be nice to add templates for [http-master](https://www.npmjs.com/package/http-master) and [http-proxy](https://www.npmjs.com/package/http-proxy). They are Apache/Nginx-like tools for Node.js (perhaps easier to work with, it's just JS!). For example, the config for http-proxy...
`Help and feedback > Send feedback` does not seem to be that.
The README says > There's no distinction between shallow rendering and full rendering as there's no significant performance implications and Shadow DOM negates the need for the distinction. What does...
The biggest hassle I have so far with managing import maps by hand is that, depending on the install method, modules can be nested, or not. The issue: Sometimes I...
It can be annoying when using vanilla modules, and some library ships their code with extensionless specifiers. Some ways to solve the issue: - ask them to update their code...
For example, this ```html { "imports": { "mods/": "../../../node_modules/", "@amazon-sumerian-hosts/core": "mods/@amazon-sumerian-hosts/core/src/core/index.js", "@amazon-sumerian-hosts/three": "mods/@amazon-sumerian-hosts/three/src/three.js/index.js" } } ``` gives me these two warnings, ``` Ignored an import map value of "@amazon-sumerian-hosts/core": Bare...
I know this goes against the concept of modules, but it feels like something necessary to help people migrate. ```html { "imports": { "jquery": "env:$", "three": "env:THREE", } } ```...