Chester Wood

Results 21 issues of Chester Wood

On Android, when you drag an item from the middle of a long list to the bottom and then back up, the open slot no longer lines up with the...

Apple's guidelines suggest [testing an interrupted transaction](https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Chapters/DeliverProduct.html#//apple_ref/doc/uid/TP40008267-CH5-SW25). When following that procedure, the transaction does not complete. When the app starts up again and this component is loaded, it adds the...

Running with vagrant, cooking fails while trying to build mysql server. Apparently the recipe is expecting a package name which isn't there. The error is: ``` Recipe: mysql::server * mysql_service[default]...

When I use this component, I get a log file in Crashlytics that looks something like this: ``` Non-fatal Exception: Can't find variable: foobar 0 ??? 0x0 onPress (main.jsbundle:9477) 1...

I'm using js2-mode 20200725.112 with emacs 28.0.50 and the setup advised in the README (js-mode with js2-minor-mode) The following code gets a syntax error on `{...this.props}` ``` import React from...

Using the (corrected) simple example from https://github.com/aksonov/react-native-tableview/issues/214#issuecomment-631751644: ``` Item 1 Item 1 Item 1 Item 1 Item 1 Item 1 Item 1 ``` the items are not visible except for...

When you add a new User in Firebase, firebase-to-sheets should create a new row in the spreadsheet but does not. It might create an entry in the ID column, but...

As noted in the README, this package runs the postinstall hook twice when yarn is run on your project. The first time it is run, apparently standard out and standard...

## Issue Describe your issue here I'm switching my app from firebase web (V8) to react-native-firebase. (I figured it would be less work to refactor than going to web V9)...

Impact: Bug
Service: Database
Help: Needs Triage
Workflow: Needs Review

Setting tintColor in the statusBar prop was not settting the background color of the statusbar