Results 91 issues of Andrew M

### [REQUIRED] Environment info **firebase-tools:** 10.6.0 **Platform:** macOS ### [REQUIRED] Test case The following function in security rule function will return `true` even when the document in question definitely contains...

type: bug
emulators: firestore

These two seem to be missing from the docs and have some odd behavior. I'm trying to wrap an rxjs observable but when using fromStream I noticed two problems: 1....

I've got a bunch of smart bulbs exposed to ha via Hubitat. I have the bulbs in ha groups. When I control the groups the behavior is "jittery", the sliders...

``` WhenState( isMovingState, { styleKey: "transform.rotate", outputRange: ["0deg", "-8deg", "0deg", "8deg", "0deg"] }, { loop: Infinity } ), ``` That config will loop forever even when isMovingState transitions to false....

This will do nothing when the state activates: ``` WhenState(inactiveState, {opacity: 0}) ``` whereas this will animate ``` WhenState(inactiveState, {opacity: 0.01}) ``` I'm guessing there's an `if(value)` somewhere where there...

``` const [activeState, setActiveState] = useFluidState(false) const whenFac: WhenFactoryFunction = ({ screenSize, metrics, state, stateValue }) => { console.log("State value? ", stateValue) return { interpolation: [ { styleKey: "transform.translateY", inputRange:...

What's the best way to do a "triggered" animation with react-native fluid? By that I mean an animation that starts from the same static state each time it is triggered....

I have a large project which I would like to convert to TS over time. Webpack seems able build the client just fine, but I have problems with getting the...

Add react-meteor-data plugin to meteor and react-addons-pure-render-mixing to package.json and the following happens on the client if you try to import from meteor/react-meteor-data: ``` WARNING: npm peer requirements (for react-meteor-data)...

Is it possible to use tree shaking with webpack2 in this skeleton? On the webpack2 branch I changed my .babelrc to the following ``` { "presets": [ ["es2015", { "loose":...