José Gomes

Results 5 comments of José Gomes

I have the same problem. Works in an iPad 6th generation iOS 15.5 but not in iPhone7 iOS 15.7.3. Works correctly with Howler.js. EDIT: Scratch that, the physical sound button...

If anyone still comes across this issue, the solution to this specific problem is something like this. ``` //vma->vm_flags |= VM_LOCKED; vm_flags_set(vma, VM_LOCKED); ``` Source: https://www.mail-archive.com/[email protected]/msg1910545.html

AMI used to have the AFULNX utility for flashing the BIOS via Linux (worked until about Ubuntu Bionic approx) but they stopped maintaining it (only windows and DOS are available...

I have been trying to get this to work on a TokenListParser instead of a TextParser but I can't figure out how to retrieve the Token source position from the...

> The start index of the match within the input will be `inner.Location.First().Position.Absolute`. This worked nicely for me! Thank you very much! Any reason for this not to be part...