Emmanuel Buah
Emmanuel Buah
I agree with the example provided by @flybayer . Kysely does exactly that - https://github.com/koskimas/kysely#postgresql-migration-example and will be a great benefit if Prisma offered the same data api for migration.
@mitar Thanks for your response. You know best but I think integration with simpleschema will increase peerdb adaptation since its widely used for Meteor projects. Another place of concern (subjective)...
@mitar Yes. I think providing a way to pass default options to the Meteor collection (like idGeneration etc) will be a very good addition. I noticed your PeerLibrary project a...
@testbird @mitar @derekrazo In relation to what makes a good name, I tend to use the rule "Don't make the user think". A good name does an extremely good job...
Just a suggestion, is it possible to use the optional metadata attribute to handle whether _id should be required or not? If its required and _id is not present or...
@mitar I think syntax wise it doesn't matter but the aim of webcomponent is to make it no different from any other web controls we currently use so others don't...
@offthegrass Sorry for the late reply. Haven't started work on this yet due to some backlog work I need to take care of. I will post references to the project...
Have the same issue.
Jumping in here. @danawoodman is spot on in terms of decoupling component implementation from the store per react style. @bcherny you are also right for I was drawn to undux...
Any idea when this might be addressed? I'm kinda blocked on my project unless I keep editing the import extensions on every code generation which is extremely time consuming.