Eric Zeng

Results 6 comments of Eric Zeng

I'm curious whether background scanning is failing on Android because of changes made in Android 8. According to these links, Android 8 will kill apps in the background after 15...

Just looked into how AltBeacon handles the Android 8 changes; it looks like they have implemented an API that abstracts over JobScheduler, but it needs to be explicitly invoked by...

I think you'll want to use the logcat filter ```ScanJob:I```, as shown in this article, in section "The New Way: Periodic Detections" http://www.davidgyoungtech.com/2017/08/07/beacon-detection-with-android-8 The logs look like this: ``` 06-07...

Sure! I'm on a tight deadline at the moment, but I will try to help when I have some more cycles.

I have found a solution for intercepting popups using CDP in the latest version of puppeteer for my extremely specific use case, but hopefully this is helpful for others. Essentially,...

I'm encountering the same issue - docker build hangs on `RUN npm install`. The problem occurs when trying to build an image using `--platform=linux/amd64` on Docker Desktop Mac. (Why do...