Stewart Armbrecht

Results 5 issues of Stewart Armbrecht

I am trying to use this code: Uri userStoreUrl = new Uri("https://" + evernoteHost + "/edam/user"); TTransport userStoreTransport = new THttpClient(userStoreUrl); TProtocol userStoreProtocol = new TBinaryProtocol(userStoreTransport); UserStore.Client userStore = new...

Added support for multiline parameters. Also added support for printing table and multiline parameters to the plain text formatter. Improved the step.Title builder to use regular expressions instead of expecting...

### Summary I get the following error when running detox tests on a debug instance of my app on Android hosted in Genymotion. I have not tried this on any...

Development Builds
needs review

### Current Behavior I can't find any examples of how to interact with a Select in a jest test that uses @testing-library/react-native. ### Expected Behavior You can find the Select...

### Current behavior I have the following code: ``` import { createMaterialTopTabNavigator } from '@react-navigation/material-top-tabs'; import { NavigationContainer } from '@react-navigation/native'; import { SafeAreaView, StyleSheet, Text, View } from 'react-native';...

bug
repro provided