James
James
Hello, Any chance in implementing a feature to check for duplicate components. This would help us avoid overriding existing components. Cheers
CLS outputs something like this: "TESTPATTERNS/1080P2500_TEST_A" MOVIE 809223 20160331173428 50 1/25 .....etc.... My guess is that the attribute names are as follows: `File, type, length, date, framesTotal?, fps?` Also while...
Vue 2.0 will be coming out soon. See here a list of changes: https://github.com/vuejs/vue/issues/2873 Will this table likely be updated in the future to reflect this?
``` >>> composer require joedixon/nova-translation Using version ^1.0 for joedixon/nova-translation ./composer.json has been updated Running composer update joedixon/nova-translation Loading composer repositories with package information Updating dependencies Lock file operations: 2...
### Version 2.2.2 ### Reproduction link Just install the **default typescript template** ### Platform and OS info Android / nativescript 5.4.2 ### Steps to reproduce Install typescript version. Run `npm...
This is a feature request. I've only just found this plugin but I have had a look around and can't find the feature. Sorry if it already exists. `.flyto(latLng, zoomLevel)`...
## Description Crashlytics is showing an error for ios users. This error has caused 500 crashes in 2 days so far. **Crashlytics errors:** ``` FIRCLSUserLogging.m line 305 __FIRCLSUserLoggingRecordError_block_invoke ``` ```...
I appear to be getting lots or ANR's which throw up this error message: ``` Broadcast of Intent { act=android.intent.action.LOCKED_BOOT_COMPLETED flg=0x9000010 cmp=com.prayer247.lectio365/com.telerik.localnotifications.NotificationRestoreReceiver (has extras) } com.telerik.localnotifications.NotificationRestoreReceiver ``` Here is a...
Hello, I've noticed that `setAudioStreamType` and `abandonAudioFocus` are deprecated. Is this going to be an issue at some point for android? Cheers
Hello, I’m looking for a way to always play in fullscreen for IOS. I noticed that the player is using AVPlayer for IOS. AVPlayer has a method called `entersFullScreenWhenPlaybackBegins` but...