Patrick

Results 16 comments of Patrick

@posva is the nuxt plugin going to be another package?

I'm still reading vuefire internals, but I had some ideas ## Dataset There're two collections: `people` and `sabers`. There's a document called "Luke" inside "people" collection. Its data looks like...

I think there's a coverage problem, but I'm still waiting for the review

I'm not sure if I get what you mean by using the type of a method in a Vue instance. The typing code is getting pretty hard to follow.

For some reason, it complains about files not being included when testing, but all `tsconfig.json` files are already extending the one in the project root, and this one already includes...

> I haven't checked yet but we have to make sure that some of the transpilation still happens: > #329 #332 @posva I have checked the target in all `yarn...

I think that makes sense, but would vuexfire be distributed in the same package too?

> would making it a function like: `res['.ref'] = function() { return _getRef(snapshot); }` > > Help your concerns? @anachirino or it could be a getter with Object.defineProperty ```js function...

Not sure if it helps, but there is a plugin called telescope-frecency: https://github.com/nvim-telescope/telescope-frecency.nvim

Works for me. Check [this codesandbox](https://codesandbox.io/s/carbon-components-vue-forked-kcwpk?file=/src/TestComponent.vue) out