Joe Pea
Joe Pea
For example, it'd be nice to move the hot corner for overview to the top right corner. It'd also be nice to toggle which of the two buttons are displayed.
Hey, I like the initial idea, makes it easy to change things reactively. First thought was, it could be nice to have an even more declarative API for it like...
Do I have to install this by putting it somewhere and adding that to my runtime path? Also, vundle installs all plugins in bundle, just like pathogen, no matter where...
Some elements such as TextureProjector, ClipPlane, and SpotLight support referencing or being referenced via attributes that specify a CSS selector. For example, ```html ``` This works across shadow roots, but...
To align with standards, we can extend the `ResizeObserver` API so that it supports detecting 3D size changes, along with extending the `getBoundingClientRect` and any similar APIs so that they...
For example ability to control smooth shading of loaded models (adjust normals to make it looks smooth): ```html ``` or ```html ``` The first is easier to associate with upcoming...
In Solid 1.0, effects are synchronous, but this will change in 2.0 where effects will be scheduled with microtasks (awesome!), and is also the direction the TC39 Signals proposal is...
On rare occasions pointer lock will fail while dragging a scene to rotate the camera when using ``, and a selection will occur (the blue highlight may appear), even when...
When `realdom` gets synchronous shadow/composed tree tracking, it may be able to simplify our code because we won't have to worry about making our code handle unexpected MutationObserver event ordering:...
I love this. Besides making a Wasm module at runtime, can this be used to output WAT text format, or Wasm binary? I'm working on a Wasm compiler in TypeScript...