Jan Küster
                                            Jan Küster
                                        
                                    > I added this two specified schema fields to my existent schema, and here is my form tag: quickForm collection=productsCollection doc=product id="updateProductForm" type="update" > > However, delete button doesn't delete...
@anjunatic did you check into the repo?
@dr-dimitru did you have time to check into the repo? If you like it, I would make it a bit more robust and create a PR for review.
Please keep open, new PR coming in within the next days.
There is a new updated PR in this feature: https://github.com/VeliovGroup/meteor-autoform-file/pull/58
Maintenance disabled?
Reviving this - We are using A server-side only application (not so micro microservice) with minimal features, based on the minimum that is available: .meteor/packages ``` [email protected] # Packages every...
Tja package from @zodern works actually great for this. However I still think the `--server-only` flag confusing in what it does vs how it's named
Ok now I'm confused. I created a custom wrapper for EJSON to support native Mongo, which itself runs fine: ```javascript import { MongoInternals } from 'meteor/mongo' import { Random }...
I see so it's mainly the Buffer dependency that would leak into the client that prevents this? But the feature of isomorphic DBs is deprecated since allow/deny became deprecated, right?...