Josh Burton
Josh Burton
Is there a reason why defaultValue can't be null? Providing default values for all preferences is unintuitive ('' for a string instead of null) or for custom types can be...
Web support
Since there is an AppAuth JS SDK it should be possible to add web support for this plugin.
The docs seem to suggest that moving a bone is possible: https://developers.google.com/ar/develop/java/sceneform/animation/ ``` Bones are movable by animation or accessed as a node via the SkeletonNode class. When bones are...
I'm suddenly encountering ios build issues which looks like an compile time error in the stripe sdk: ``` Xcode's output: ↳ /ios/Pods/Stripe/Stripe/STPPinManagementService.m:51:81: error: 'new' is unavailable: You cannot directly instantiate...
## Before creating a feature request make sure the suggestion fit within our [principles](https://fvm.app/docs/getting_started/overview#principles) **Is your feature request related to a problem? Please describe.** I'm setting up FVM with Github...
I realise that FallbackOnNull seems to be geared towards primitives, but supporting any type would be great. Maybe a separate adapter (DefaultOnNull) could work, where a default value for any...
So the custom tabs feel like part of the app, it would be great to be able to customise the color and title. https://developer.chrome.com/multidevice/android/customtabs ``` int color = getResources().getColor(R.color.ikea_blue); intentBuilder.setToolbarColor(color);...
Is it possible to use this with App Engine (standard)? There would need to be a way to provide a custom transport or use urlfetch.
Most changes have been made by the migration tool, with some minor tidy up. Fixes #106, #105
`MediaQuery.of(context).size.height` always returns the full screen height, rather than the height of the widgets parent. If there is an appbar in a scaffold for example, the panel’s body height should...