Andreas West
Andreas West
We have the same problem (as this one https://github.com/jagi/meteor-astronomy/issues/575), both within our code: `return Gedmatches.insert({ kit1, kit2, totalCm, created, notSharing: true });` and when using MongoDb insert directly: `db.gedmatches.insert({ kit1:...
The current behavior to return `true` on a `dbCollection.update`is making some important tests of ours fail. To give an example: `const numUpdates = MpIndex.update({ _id: mpIndexDoc }, { $addToSet: {...
Please correct me if I'm wrong but isn't the MongoDb 4.x feature of multi-document transactions implemented in such a way that it always instantly inserts/updates/removes a doc but still until...
I get the following error when building a new macOS Electron app: ``` ERROR electronApp: error while transpiling or minifying: Error: SyntaxError: Unexpected token: punc (.) at forEach (/Users/andreaswest/Documents/workspace/frontend/node_modules/meteor-desktop/lib/electronApp.js:870:27) at...
I'm having difficulties using the bootstrap3 theme. I've used build & download (javascript + html) and I get the following error message in the terminal: ``` While processing files with...
Hi Vaughn, I have the following requirement, hope you have an answer for this question: A) We do have several different services (meaning different web services, which we call via...
Hi Vaughn, sorry another question. I couldn't find any explanation what consequences setting a higher (or lower) priority via `job.priority()` has for the execution of the jobs. The documentation is...
I have a job that is doing some comparisons vs MongoDB docs and I would like to indicate if that comparison was successful (eg true) or not (eg false) via...
Your music demo website is unreachable