Results 13 comments of John Shaughnessy

I have been doing some thinking about how to enable people to set up context-sensitive input mappings, and whether the input mapping component should allow for more than one input...

Another way to handle the need for a kind of `"left_vive_controller_menu_button_held_and_left_vive_controller_trigger_button_pressed"` event is what dom suggested in https://github.com/fernandojsg/aframe-teleport-controls/issues/44#issuecomment-341830959 >`AFRAME.input.getAxis("some_named_axis")` returning a `float `between -1 and 1, and `AFRAME.input.getButtonDown("some_named_button") `returning a...

Sorry for posting org-style notes above. I fixed the formatting so it is easier to read.

The aframe-input-mappings component creates mappings from one event name to another. When application logic is written around named actions instead of hardware-focused raw button and axis events, it is easier...

@leonardoazzi That first error (`_react_components_styles_them_WEBPACK_IMPORTED_MODULE_0_.themes.find is not a function`) looks suspicious, as if you have themes defined in your admin panel that are failing to be parsed. (This might also...

It looks like the webpack-injected `APP_CONFIG` isn't loading correctly either. The recent release included an upgrade to node LTS 16 and webpack 5. Could it be a tooling problem? (This...

I think we do preload the camera (here https://github.com/mozilla/hubs/blob/master/src/components/camera-tool.js#L13 ), but do not preload the avatar or the pen.

There are no commits touching `src/react-components/chat-message.js` for a long time before April: ![image](https://github.com/mozilla/hubs/assets/4072106/91435afd-1951-4d8b-8300-0924dfe81cb3) So I don't think this is due to any recent change we made directly to our code....

I misunderstood the bug report. I watched the video and thought that the issue was related to spawning a rendered text image. The bug seems to be about handling regular...

Thank you @zellski, this helps a lot!