Stephen Haney

Results 33 comments of Stephen Haney

@0x80 I'm with you on this understanding - I think Firebase Function deployments are just (erroneously) assuming that all packages named in package.json will be available on npm, in the...

With [npm adding support for workspaces](https://blog.npmjs.org/post/186983646370/npm-cli-roadmap-summer-2019), we have an ecosystem standard for how local packages should work. Since this issue is over a year old, any update from the Firebase...

Great idea, thanks for bringing this up.

Also experiencing this, here's our info – happy to provide anything else that might be useful. Basic workspace monorepo, not using lerna. Yarn version: 1.21.1 In: `yarn add ts-jest -D`...

Hey @obaid, not currently... but it's safe to submit `TIME_TRAVEL_BACKWARD` actions even when there's nothing left in the history. Nothing will happen at all. What's your use case and how...

Yes, one of the things I'd like to do is add an option to store all of the time travel info in the Redux store itself, including data like the...

Agreed the readme should probably mention that `useDefineForClassFields` must be set to `false` for Lit. However, this conflicts with MobX's requirement that `useDefineForClassFields` be set to `true`. You can still...

Thanks for all the info to everyone... I'll use option 2 personally as I'm not using reactive fields (or rarely) ~~That's probably the decision point — if you want to...

Oh interesting, what's your `useDefineForClassFields` setting? And are you on MobX 6? I'll keep toying around to see if I can figure out more as well.

Ok I need to walk back the bit about MobX decorators — I created a simple repro from scratch and with `useDefineForClassFields` set to `false`, MobX decorators still work as...