Marton Bodonyi
Marton Bodonyi
I'm getting the error `(node:1) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: Failed to launch chrome!` Any tips on how to debug? Version 1.1
I recently added this package, works great, but in our CI when we do a `composer install` it attempts to connect to the database and fails the composer install. Our...
Currently when using innerRef in a Typescript project the ref provided is a generic React Element which removes the ability to do FlatList/SectionList/ScrollView methods like `scrollToIndex`. The PR types innerRef...
When importing CookieManager into tests we get the following error: ``` import { NativeModules, Platform } from 'react-native'; ^^^^^^ SyntaxError: Cannot use import statement outside a module 1 | import...
When using `xoauth token` I'm getting an error message `secret not found in keyring`. I've checked the keychain and there is a record for `com.xero.xoauth` sitting there with the correct...
Using the markdown pasted directly from the example this is what the right aligned table looks like. Markdown element is used as is with no custom styling and no custom...