Daniel Hollick
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...
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:...
Fuse apps appear with a transparent Bottom Bar on Pixel 2 and Pixel 2 XL devices.  ``` ``` `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...