Daniel Hollick

Results 6 issues of Daniel Hollick

Is there a practical reason why you can only link the Hue, Saturation, Brightness or Alpha and not all of these? If you could link all of these with a...

enhancement

I get the following error when trying to set this up with[ react boilerplate](https://github.com/react-boilerplate/react-boilerplate): ``` TypeError: __WEBPACK_IMPORTED_MODULE_3_tachyons_components___default(...)(...).withConfig is not a function ``` Some [googling](https://stackoverflow.com/questions/33683539/webpack-require-is-not-a-function-when-using-babel-6) led me to believe this might...

Some weird behaviour with `` on 1.8 when testing on device. The following code should change the `Background` of the `TextInput` from `Red` to `Green` when the `Keyboard` is up:...

Severity: Regression
Priority: High

Fuse apps appear with a transparent Bottom Bar on Pixel 2 and Pixel 2 XL devices. ![screenshot_20180216-114151-01](https://user-images.githubusercontent.com/13898607/36304040-8ae8fb58-130e-11e8-86e4-23aa6e1b6523.jpeg) ``` ``` `ClientPanel` and `BottomBarBackground` have no effect on the color/transparency of this...

Fixes #3 by removing the experimental position option on `showUI`. Also adds new `figma.d.ts` for new version Apologies for all the linting changes here.

When opening Graphviz the following error appears in the console: ``` Error: in showUI: Expected "showUI options" to have type {visible: optional boolean, width: optional number, height: optional number} but...