MatthewPringle

Results 7 issues of MatthewPringle

sessionService.data.authenticated.user.providerData doesn't update when I add other providers. If I log the session.data.authenticated.user object I can see it is updated, but Ember never sees the update and no computed properties...

The scenario... I have 2 fields The first field is a select with 3 options, null / No / Yes The second field is a text field. I am showing...

### Version of x-select: 3.1 ### Ember Version / Ember CLI Version: 2.12 **Ember Version:** **Ember CLI Version:** ### Expected Behavior emberx-select should not cause Edge ( v13) to crash...

Bug
Investigate

The documentation at https://github.com/onfido/onfido-ios-sdk specifies `.withDocumentStep(ofType: .drivingLicence, andCountryCode: "GBR")` under the **Language customization** heading, however this will fail to build, the correct code should be `.withDocumentStep(ofType: .drivingLicence(config: DrivingLicenceConfiguration(country: "GBR")))`

From the documentation > In the Document step, a user can pick the type of document to capture and its issuing country before capturing it with their phone camera. Document...

Im not sure what is wrong here but I have ember & capacitor generating an electron app, fresh install nothing changed in the ember install except location type. I get...

``` "server": { "url": "http://localhost:4200", "allowNavigation": [ "example.org", "*.example.org" ] } ``` The live reload url should be removed for production builds