Josh Friend
Josh Friend
https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/APNSOverview.html#//apple_ref/doc/uid/TP40008194-CH8-SW5
https://docs.python.org/3.5/library/ssl.html#ssl.PROTOCOL_TLSv1_2
https://developer.apple.com/videos/play/wwdc2016/707/ Use `mutable-content: 1` to invoke the application's service extension
https://developer.apple.com/videos/play/wwdc2016/724/
When using Java, the API is pretty much self explanatory: ``` java ItemDecoration dividerDecoration = HorizontalDividerItemDecoration.Builder(this) .sizeResId(R.dimen.item_divider_height) .visibilityProvider(new VisibilityProvider() { @Override boolean shouldHideDivider(int position, RecyclerView parent) { // With the...
The android gradle plugin version 4.0 allows desugaring of the `java.time` APIs for older platforms: https://developer.android.com/studio/write/java8-support#library-desugaring It would be great to support `java.time` dates in this library instead of just...
The android gradle plugin version 4.0 allows desugaring of the `java.time` APIs for older platforms: https://developer.android.com/studio/write/java8-support#library-desugaring It would be great to support `java.time` dates in this library instead of just...
Using the example provided here on a raspberry pi as-is, uboot does not switch the boot partition after updating correctly and instead prints the usage for `setenv` to the console:...
### Description Attempting to call `.Update()` on a query for a table with `.HasNoKey()` set on its model builder throws an exception [here](https://github.com/zzzprojects/EntityFramework-Plus/blob/4182a3930724088cd2262a84d1f9ec93d595343a/src/shared/Z.EF.Plus.BatchUpdate.Shared/BatchUpdate.cs#L836). I have a keyless table for holding...
If the fingerprint authentication fails with an error like [`FINGERPRINT_ERROR_LOCKOUT`](https://developer.android.com/reference/android/hardware/fingerprint/FingerprintManager.html#FINGERPRINT_ERROR_LOCKOUT), the UI should display an error for a longer period of time than if the error is `FINGERPRINT_ACQUIRED_TOO_FAST` for example....