Jozef Vodicka
Jozef Vodicka
**Is your feature request related to a problem? Please describe.** On iOS 15+, locations can be identified as provided by software or accessory ref: https://developer.apple.com/documentation/corelocation/cllocationsourceinformation#3900726 Variable "isSimulatedBySoftware" is already returned...
On Samsung S53 it takes 5+ seconds to retrieve cellInfo. On some devices we received info in 100ms. Is this a hardware issue or algorithm related?
Have you fully tested freeRASP with Google Play Automatic integrity protection enabled? Context: https://support.google.com/googleplay/android-developer/answer/10183279 "If your app performs other runtime checks, be sure to test your protected app thoroughly for...
Why: Once the scanned text is approved by the user it would be great to save the camera view. It can be usedul for later option to edit ocr based...
Have you fully tested freeRASP with Google Play Automatic integrity protection enabled? Context: https://support.google.com/googleplay/android-developer/answer/10183279 "If your app performs other runtime checks, be sure to test your protected app thoroughly for...
Our setup is Vite 4.3.5, Nuxt 3.12 Using localhost "nuxt dev" we experience downloading 1000 files (100MB) on every page refresh. If using on development server or production server (nuxt...
dependency updates which are tested
We followed exactly: https://tailwind.primevue.org/nuxt/#nuxtconfig In Nuxt 3.16.0 nuxt.config.js: ``` primevue: { options: { theme: 'none', }, }, ``` runnnig 'nuxt dev' everything works runnnig 'nuxt generate' and we see ```...
CameraX
Would you consider updating the camera from Camera2 to CameraX?
Using SST 3.17.0 and Cloudflare 6.2.0 This code is supposed to create cloudfront accessible with subdomainXXX.MAIN-DOMAIN.com ``` export const router = new sst.aws.Router("router", { // Configure the domain for the...