Oren Zomer
Oren Zomer
Hi @gohumble , My intention was not to use lnurlw for that - they are long and ugly to write by hand. I prefer to have a code of 8...
Any news about that issue? It's also relevant for VS2013
We have the same problem over here. Actually this can be solved with a smart collection of sub-documents, with a one-to-many relationship between the parent document and the sub-documents, by...
Well, another possibility is to make the deployment really really fast, then you don't need the emulator at all 😉 . Actually this is not such a bad option. I...
I'm sorry but I don't have time to work on this. We are no longer using Node-RED in my company so I don't have motivation to make that effort :sweat_smile:...
Hi, Just look at the native operation: http://mongodb.github.io/node-mongodb-native/2.2/api/Collection.html#geoHaystackSearch . It accepts 3 params: x, y, options (ignore the callback). So you should send it a msg with an array payload...
A better approach is to create a timer that calls `channel.close()`. This call will make the pending `sendToQueue` promise reject with `Error: Channel closed`.
I've never tried the watch command. Are you able to run it directly with the native mongodb package? http://mongodb.github.io/node-mongodb-native/3.1/api/Db.html#watch
I will look into it when I'll have time. Meanwhile you can use the function node or the unsafe-function node to execute such complex logic.
Maybe you are using a URI with three slashes: `mongodb:///host/...` instead of `mongodb://host/...`. Are you using the username and password fields, or just the URI field?