Benjamin Jones

Results 9 comments of Benjamin Jones

Was this issue ever resolved? I'm getting the same error, also via the tutorial for building a whatsapp clone for meteor + ionic.

Definitely, thanks for the interest. This example web application is indeed built with quite a few separate pieces as you mention, some of them are: * VueJS: A lightweight single...

@joeblew99 Are you sure? Admittedly I only use this for unary RPC. Can you link me to any relevant docs? Regardless this project doesn't implement it - though I would...

Agreed - redux can feel like a lot of boiler plate especially if you're doing heavy state management work on the server as well. I much prefer the vuex approach...

Ya - I've noticed various bugs crop up in builds on different machines and environments, mainly having to do either with npm or the protobuf compiler. I don't have the...

Any updates on this, I'm getting the error "Error: 0 is not allowed by the schema " when trying to do a bulk insert, and it appears Meteor now fully...

@myyellowshoe @nicooprat @SharadKumar Way back in February I used the mikowals:batch-insert package to do batch insert. It worked (at least back then when I was using -v < 1.3), but...

Currently dealing with the same problem, any solutions?