Jordan Santell

Results 95 issues of Jordan Santell

There are a few issues related to lens distortion on Samsung devices (https://github.com/googlevr/webvr-polyfill/issues/129, https://github.com/googlevr/webvr-polyfill/issues/133, https://github.com/googlevr/webvr-polyfill/issues/273, https://github.com/googlevr/webvr-polyfill/issues/272) due to newer Samsung devices decreasing resolution when the battery gets low, as well...

More background here: https://github.com/immersive-web/cardboard-vr-display/pull/23

STR on Pixel, Firefox for Android, 57.0.4: * In portrait mode, go to https://immersive-web.github.io/cardboard-vr-display/examples/index.html * Enter WebVR * While still in portrait mode, exit WebVR * Orientation axis is off,...

Wakelock does not keep the screen awake on iOS11. More information [in this thread](https://github.com/googlevr/webvr-polyfill/issues/217), could possibly be fixed in https://github.com/richtr/NoSleep.js/issues/41.

This will be useful both during development, especially as things are in flux, as well as in a data-takeout scenario, where specific encoding details are relevant (e.g. Ed25519 can be...

Documentation
Chore

Failed to run cargo-call-stack on an example binary: `cargo +nightly call-stack --target x86_64-unknown-linux-gnu --example distributed_stress` > error: failed to parse application's LLVM IR from `$ROOT/target/x86_64-unknown-linux-gnu/release/examples/distributed_stress-8369bcb6edafdcf5.ll`: BUG: failed to parse LLVM...

With `axum` updated to >0.7 (#778), we're using the lower level components `http`, `hyper`, `http-body` at their 1.0+ releases. In tree, we're still using `[email protected]` and older `http`/`http-body` deps. Focusing...

Chore
dependencies

Updating to libp2p 0.53 introduced DHT nodes adjusting their modes dynamically, where if a node does not have an external address, it switches to `Mode::Client`. This improves the network by...

Chore