argosphil
argosphil
### What does this PR do? This fixes the globbing pattern used for `fmt:zig` to work with standard Unix `/bin/sh` implementations. The previous pattern used `**`, which is interpreted as...
### What does this PR do? Fixes #8853. This changes Bun.inspect to print "[Getter]", "[Setter]", or "[Getter/Setter]" for property accessors rather than always defaulting to "[Getter]". To do so, we...
### What does this PR do? This modifies a timer test to call performance.now() before the critical section rather than from within it. It also fixes an incorrect expected value...
### What does this PR do? Fixes #8834 . This changes Bun.sleep() to round its argument towards Infinity. It ensures Bun.sleep(1.5) does not return until at least 2 ms have...
### What version of Bun is running? 1.0.26+c75e768a6 ### What platform is your computer? Linux 6.1.31-gentoo-dist x86_64 13th Gen Intel(R) Core(TM) i7-1370P ### What steps can reproduce the bug? Run...
VIP support?
I have an Oppo Watch which you described as VIP protected in #236. My understanding of the flashing process on this device, to install firmware that has been "properly" signed,...
I'm deliberately filing this here rather than in the upstream repo, to hopefully get it some eyeballs and possibly an explanation of why I'm wrong. I think Valgrind just found...
I think this would make for an interesting target as it has the new Qualcomm SW5100+ chipset, 2 GB of RAM and 32 GB of flash. However, I've contacted Mobvoi...
(Sorry, I've been dragging my feet on this for a while) This is the initial port to `rubyfish`. It still needs some rebasing, of the kernel parts in particular, but...
TL;DR: wifi appears to work with an externally-provided driver I tried this driver: https://github.com/Dev-msm8953/vendor_qcom_opensource_wlan_prima, which builds after providing an empty `include/linux/wakelock.h` file in the kernel tree. WiFi appears to work...