Jack Cook

Results 7 comments of Jack Cook

Unfortunately, it really is around 8MB. I'm going to be doing some work over the next couple of months to reduce our number of dependencies, but for now it is...

Hi, we're glad to hear you're using Playground! Are you pulling the svg images from our S3 bucket or from somewhere else? And are there any errors in your browser...

Did you happen to modify this line? https://github.com/HackMIT/playground-frontend/blob/4e08c388d82bb17a201bfb5e0ea90e91069a2f9e/src/js/element.js#L40 The `?Math.random()` may look ridiculous, but it's necessary -- there's some browser caching issue that Three.js runs into when loading svg images...

Can you add a `console.log(data)` message below this line: https://github.com/HackMIT/playground-frontend/blob/master/src/js/socket.js#L21 and see what packets you're getting from the backend? And then confirm that any room id you see in `join`...

The room id being empty would definitely cause this problem. Did you change any of the room templates? How are you getting from the personal room to the plaza? With...

Hi @ritikbhatia -- super sorry about the late response. Glad you were able to fix that issue! We used an ElastiCache instance for Redis, we didn't have it running on...

Hi! Thanks for adding SPM support. Can we do this without deleting the files that aren't relevant to this PR, and without renaming the project?