metayan

Results 73 comments of metayan

> Is there a specific reason you need an older firmware version, or does a newer version suffice? I needed the old versions to verify that some fixes weren't introducing...

Yes, but only when it was flashed. When I ran it from RAM, it worked fine. The difference in behavior between flashed and run from RAM is what I found...

Not easy to say at this very moment, because I'd have to wait for a newer version to become available, and then flash the current version – as of this...

I have not done the experiment with the latest software. I needed to test some changes and happened to find that the two versions mentioned were behaving in one way...

Found a big difference: ``` (let ((a 411071000000000101) (b 100000000000)) (- (float (/ a b)) (float (/ a b) 0d0))) 0.24999999860301614D0 ``` Lisp | Difference -|- SBCL | -0.0000000009313225746154785 ECL...

Confirming that this is Windows-specific. On Linux and Darwin it behaves correctly. @CK-DE : In the last example, to specify your current time zone, you probably should use `(decode-universal-time (encode-universal-time...

> Please check before I merge: [`pr3902`](https://github.com/Genymobile/scrcpy/commits/pr3902) Checked and it works fine - as intended. (Under some special conditions there is sometimes still quite a gap between when the device...

It's most likely a macOS issue, or maybe how some other programs handle OpenGL or Metal under macOS. When I have many windows with many tabs open in Safari (or...

Timings __without__ any other OpenGL/Metal-using programs: ### h264 'OMX.qcom.video.encoder.avc' ``` ./run x --verbosity=verbose --render-driver=opengl -S \ --video-codec=h264 --video-encoder='OMX.qcom.video.encoder.avc' \ 2>&1 |ts -i "%.s" |ts -s "%.s" ``` ``` 0.008024 0.007690...