Pulkit Singhal
Pulkit Singhal
Thanks for the workaround! I'm excited that you are using ES as a backend, do share your experiences in over gitter chat room
@pilwon - when did you fork out? github doesn't show your repo as a tracked fork of `iron_mq_node`
@sleepyfox - if a real world use case would be helpful, have a peek at: https://github.com/ShoppinPal/warehouse-manager-generate-stock-order There are a bunch of workers in the same project. To give an example:...
Actually, I don't know if this will fly in your generic mixin which works for both sql and nosql but where would be a good place to handle upserts for...
I'm still digesting your input ... in the meantime this snapshot represents the simplest set of from/to changes to get it done in code if the mixin doesn't take care...
@ortegag can you give an example of something "more similar than the W3C standard"
@driverdan Can you let us know what's stopping you from accepting this PR? Any doubts or qualms you have about it?
Or do most users find it sufficient to use the following input syntax? ``` path: function(){ var openUrl = 'http://localhost:8080/myapp'; console.log('Opening URL: ' + openUrl); return openUrl; } ```