jacobg

Results 71 issues of jacobg

`onRequestPermissionResult` is marked as deprecated in favor of `onRequestPermissionsResult`: https://github.com/apache/cordova-android/blob/a1ed1c0af7c6267f47e580e8850295202692f4ea/framework/src/org/apache/cordova/CordovaPlugin.java#L418-L424 However, `CordovaInterfaceImpl` calls the deprecated method instead of the new one: https://github.com/apache/cordova-android/blob/a1ed1c0af7c6267f47e580e8850295202692f4ea/framework/src/org/apache/cordova/CordovaInterfaceImpl.java#L218-L224 Maybe should `CordovaPlugin`'s default implementation of `onRequestPermissionResult` call...

I'm implementing a wrapper for manual retries after a failed load. It could be much, much later; so it's not a use-case for the numRetries option. In any event, I...

Modernize: bump dependency versions; webpack 5 without gulp; babel; eslint; switch from qrcode-reader to jsQR

AndroidX replaces the original support library APIs with packages in the androidx namespace. Background here: https://developer.android.com/jetpack/androidx/migrate There is one line of code in cordova-plugin-qrscanner to the old support library API...

`cordova-plugin-file-transfer` is deprecated and buggy (see #234). The plugin can be completely replaced with a standard-compliant implementation that works on Android >= 4.4 and iOS >= 10. The Cordova team...

enhancement

Bundlephobia is reporting bundle size: ``` MINIFIED 165.7 kB MINIFIED + GZIPPED 46.2 kB ``` In comparison, csv-parse is: ``` MINIFIED 24.8 kB MINIFIED + GZIPPED 6.3 kB ```

**Is your feature request related to a problem? Please describe.** Yes. Users are only able to auto-complete search country code list by name. They would like to be able to...

ENHANCEMENT

Nice component! It would be nice to be able to customize using slots. For example, I'd like to be able to customize active state beyond css.

enhancement
help wanted

I wrote a custom CircuitBreakerStorage class for a different cache backend than Redis, and I'd like to test it using CircuitBreakerStorageBasedTestCase. But the tests module is not included in setup....

The `CircuitBreakerStorage` is a great way to share state across multiple servers. But is the lock effective for that?