Tom

Results 10 comments of Tom

Here's the password autofill bar on the login page (appears because of the `password` input type)... The password autofill bar remains in place across the entire app after logging in...

11.3, but it's been here since [11](https://developer.apple.com/videos/play/wwdc2017/206/). This may or may not be relevant as it probably can't be applied to WebView https://stackoverflow.com/questions/45452170/ios-11-disable-password-autofill-accessory-view-option

`node -p process.arch` confirms this is compiling the arm64 version. If this is expected behaviour would it be beneficial to add a note to the readme recommending use of `nvm...

@ljharb If those cached files didn't total > 12gb from a single install I'd probably agree. But in this case, I can't see how preserving such an enormous cache has...

`ZipArchive::setMtimeName()` is only available in php >= 8.0.0 too, whilst the current version of Composer supports >= 7.2.5 Would be good to fix this for all supported php versions, if...

As it turns out, I'm fairly sure the server we were running satis on was missing the zip extension. Since doing a fresh install on php 8.2 (with zip installed),...

True, but it looks like setting mtime for files using `ZipArchive` in php < 8 is not possible at all, and so zip/7z would need to be available to reliably...

In that case, would it not be possible for composer to also use zip/7zip to generate archives when they're available? I imagine that might go some way in fixing this...

I'm getting the same seizure inducing flashing (in safari), using the implementation described in the docs.