Gary Oberbrunner

Results 246 comments of Gary Oberbrunner

Perhaps you can re-render with subpixel offsets and average the resulting frames.

@froddd : I tried your suggestion above, mocking the 'firebase/app' rather than my '@/firebase-setup', but it doesn't work for me; the mocking code runs but it doesn't seem to affect...

And if I try it a different way, I get `firebase.apps.length`: Cannot read property 'length' of undefined. This seems to be because `firebase` is now the mock object: ``` {...

Aha, I see #81 is about missing `onSnapshot()`. That's core to how I use Firestore so I guess this won't work for me.

I'm also seeing the same thing -- simple server test, TCPSERVERWRAP handle stays open: ``` Jest has detected the following 1 open handle potentially keeping Jest from exiting: ● TCPSERVERWRAP...

I'm also interested in seeing a "standard" solution to this.

I'm also starting on a fairly large Vue/Vuex typescript app. I'm trying to figure out best practices for dir layout and module structure. I think this makes sense: ``` store/...

I don't know about Vue 3 (I'm waiting for the official release) but I do have a reasonably clean, complete Typescript-typesafe vuex-module-decorators example at https://github.com/garyo/vuex-module-decorators-example.git if you're interested.

This is true, but Vue dev tools integration is not a small thing. It can be extremely useful for debugging.

I'd like to see how this is done -- @tommyo any chance you could release this or at least show a workaround?