Arnold Noronha

Results 54 comments of Arnold Noronha

Also, if somebody *does* want to use the LW stack, they could create a separate library with a custom acceptor. But personally, I can't think of any reason that might...

I made a patch for this locally, and it *mostly* works, except for this bug: https://github.com/usocket/usocket/issues/61 (at some point the socket read/write errors with EAGAIN). There's also some misbehavior with...

@stassats Fair enough, but I *do* use Lispworks, so I'm happy to do the testing. I think removing all the Lispworks checks will also make it less intimidating for developers...

At Facebook, the way we solved issues like this was to just generate screenshots on the CI. So developers never recorded screenshots, and we're always recording screenshots in a clean...

Closing this out, since I'm making the default behavior of my fork incompatible with upstream. (Just to make it easier for [Screenshotbot](https://screenshotbot.io) users to integrate with swift-snapshot-testing. i.e. the fork's...

Hi all, I built a thing: https://screenshotbot.io (EDIT: If you're reading this in 2022, modern documentation here: https://screenshotbot.io/documentation/platforms/android-apps) Instead of the record/verify that you might be used to, this generates...

I'm the original author of the Facebook library. You can actually fetch the screenshots from Firebase Test Lab using the `--directories-to-pull` command, and process the images manually (the images are...

This is a pretty common occurrence if you use single-package-per-file style, since packages have a hierarchical structure to them. (PS. My next PR will be a bit more interesting, and...

Most larger companies do the "recording" step on CI, that completely avoids this issue, and also improves the developer workflow. Google, Meta, AirBnb etc. using an external service to manage...

@liweijian I haven't been keeping track of the scoped storage issue (haven't kept up with the latest Android changes). I wonder if the right solution is to use the `getDataDirectory()`....