Daniel Adams

Results 25 issues of Daniel Adams

Hi all, new to Servo and have started looking for ways to contribute. While looking at #10206 I noticed that in addition to being able to scroll past the bottom...

A-layout/uncategorized
C-has-manual-testcase

By default, models exported from VRoid Studio have a naming convention of `J_Bip_L_/J_Bip_R_` for the limbs. When trying to load one of these models in, the bone parser will pick...

# ar.png is not included in exported project zip ##### Description - On the latest version of the web editor, exporting the project doesn't seem to include the AR icon...

Bug

# Closing the run tab while an immersive-vr session is active will not end the session ##### Description - Issue is as described in title. If you close the run...

Bug

Was getting an error while removing the hidden class from apainter-logo. Wrapped the code block in a DOMContentLoaded listener to fix. Also updated THREE.XHRLoader -> THREE.FileLoader

I'm currently attempting to make an ammo-shape follow the location of a player's head to properly position/adjust a capsule body collider for VR. When I set the values of the...

Was just messing around with a super basic scene, as seen here: ```html Hello World (JanusWeb) elation.janusweb.init({ url: document.location.href }) ``` and I was testing out what controller interactions were...

Getting familiar with Serenity patterns, replaces some `release_value_but_fixme_should_propagate_errors` in BrickGame.

👀 pr-needs-review

Contributes to https://github.com/SerenityOS/serenity/issues/17128 and removes all remaining instances of DeprecatedString and DeprecatedFlyString. I tested some of the codepaths manually (since many are loader errors for specific file formats) and the...

⚠️ pr-has-conflicts