Anthony

Results 110 comments of Anthony

I'm encountering an issue that may be related to this. The `Caption` field appears to use the wrong encoding, while `ImageDescription` uses the correct encoding: ``` Caption: 'Carrer de Sepúlveda',...

This appears to fix the bug I referenced here: https://github.com/mrdoob/three.js/pull/21964#issuecomment-955605614

Any chance this could get included in the next release? My VR apps have not been working properly for months because of this bug.

Since this has already been approved, could we pull it into the next release? VR apps with a parented camera haven't been working properly for about half a year now.

Plenty of things have been broken for nearly a year because of this.

I was having trouble getting one-way streams working in Safari, and I discovered that I needed to call `videoElement.play()` to get the video to start playing. Previously I was setting...

I'm getting an error when I try to install this package: ``` npm ERR! command failed npm ERR! command sh -c node scripts/download-prebuilt.js npm ERR! /bin/sh: node-pre-gyp: command not found...

Thanks, I was able to get it to work by first manually installing `node-pre-gyp` and then uninstalling it after `node-webrtc` installed.

Ah, I see. Disabling the styles in the `body` selector or moving them to the `.editor-shell` selector seems to solve most of the problems for me at first glance.

I was also having this issue with SvelteKit using the Node adapter. Installing `canvas` solved the issue, but it would be nice if there were also a solution for serverless.