Luke Howard

Results 203 comments of Luke Howard

I'm looking into implementing this with `drmWaitVBlank()` – before I do it, is anyone able to give me an explanation of the advantages? I'm interested in anything that might help...

My current issue building the engine on arm64 is flutter/flutter#157576 (needing to remove OpenJDK from DEPS). I'll try work on a patch for this.

I have also run in this – I'd like to move my Yocto builds to an arm64 host because there's more bang for the buck :) I was hoping to...

Excellent, I'll test locally as soon as I can. I applied to the scarthgap branch and build failed with: ``` ________ running 'cipd ensure -log-level info -root /home/lukeh/CVSRoot/padl/inferno/build/xebros/build/tmp-glibc/work/cortexa15t2hf-neon-oe-linux-gnueabi/flutter-engine/3.32.2/gn -ensure-file /tmp/tmpgnpvw1mp.ensure'...

Can't do this until all build platforms upgrade io_uring headers.

It was the original idea to renew TGTs but I think that code was removed quite early on, probably by Love.

Probably the easiest thing is to use the GSS library provided by Apple, particularly as it supports their native reference counting interface which will ease interoperability with Swift. If you...

LGTM, of course you can do PKINIT without hardware, but I too treated them as identical in XAD.

Swift version: ``` lukeh@liebling:~/CVSRoot/padl/AsyncExtensions-1$ swift --version Swift version 5.9-dev (LLVM edfa23b742ff932, Swift 18d8d9b752723b6) Target: aarch64-unknown-linux-gnu ``` Test failures: ``` Test Case 'AsyncCurrentValueSubjectTests.test_subject_handles_concurrency' started at 2023-07-19 05:19:15.360 Process 90935 stopped *...

On my list to fix!