Beau Collins

Results 7 issues of Beau Collins

Adds Component that: - Checks if device can use LocalAuthentication - Checks if a successful auth challenge has occurred Given that LocalAuthentication is available on the device: When the application...

Feature: LocalAuthentication

## Authenticator as an Action Extension Displays a list of your one time passwords via an action extension in Safari (or any app that can activate an extension that supports...

The existing `values` definition is: ```js values(object?: ?Object): Array; ``` So if you use an Object with an indexer definition, the type gets erased when using `lodash.values` ```js type Ship...

on hold

Currently the `lint-prepush` command assumes `master` as a base branch in the project. While the configuration does allow this to be explicitly overridden we can potentially provide a default behavior...

The `React\HTTP\Response` headers expect a set of Key/Value pairs in an associative array of string => string and writes the value directly to the HTTP response. When an array of...

For upgrading to React 0.5.0 from 0.4.0

The Serial is printing the temperature with the label " *C" which I assumed was celsius, however `dht.readTemperature(1);` reads the integer value in Fahrenheit. This changes the printed output to...