Lars Bergstrom
Lars Bergstrom
Depends on: https://bugzilla.mozilla.org/show_bug.cgi?id=1476810 Ideally, in order to support both screenshot upload in the bug reporting form and general upload of files from the device to web sites, we'd like to...
Because ndk-gdb needs the project directory and a manifest file (complete with `android:debuggable="true"` set), APKs produced using android-rs-glue cannot be debugged very easily with ndk-gdb.
As far as I can tell, the Android EGL generation is creating bindings to a bunch of EGL 1.5 functions that are not available in any version of libEGL.so that...
I was trying to do a hubs demo at a school today, and unfortunately it failed at room creation ("loading objects"). Spoke worked fine and was able to create/publish a...
Right now, we just use the (node+1)%num_nodes. On AMD, that's not sufficient, as nodes have to be on different packages to be sufficiently malicious. The numa_ctl --hardware flag gets that...
@barosl, would you be open to adding some more reviewers to homu? There are many of us who'd love to continue supporting, extending, and adding features while you are busy...
This is a meta-issue for adding support for compiling Servo to target iOS. To work on this, just clone Servo as normal but build with: `./mach build -d --target aarch64-apple-ios`...
There are several scenarios in which we'd like to be able to abort / stop all other patches from landing until a given PR has made it through. Including: -...
For repositories where we have some history where homu has landed commits previously, it would be nice to be able to use that data to give an estimate of the...
We're getting the following error on some WebRender PRs: ``` Traceback (most recent call last): File "/home/servo/homu/_venv/bin/bottle.py", line 862, in _handle return route.call(**args) File "/home/servo/homu/_venv/bin/bottle.py", line 1732, in wrapper rv...