Icebob
                                            Icebob
                                        
                                    You can't do that currently with `dependencies`. But the idea is good, but I suggest other solution than `or: []` because I think there is no real use-case that somebody...
Current workaround if you don't use the `dependencies` in the schema, instead use the `waitForServices` in `started`. E.g. ```js { name: "otherService", started() { while (true) { try { await...
Yes, it can be a new feature in the future. By the way, since #611 the moleculer.config.js export can be an async `Function`. So you can make any connection to...
Hi Daniele, Thank you for your idea. I think we should discuss them with other Moleculer users. By the way, I've made a pattern matching middleware for Moleculer. It's just...
@veacks Great, good idea.
@veacks Any updates?
Thanks @Ankur-Jat . I think we can implement search tweets, post tweets, retweets, get user profile, get user tweets....etc. And anything else what would be useful.
@molobala Great, if you need help, just touch me. @zllovesuki Good idea.
Great! There are no requirements, it's just a list of ideas if somebody wants to help to make more modules to Moleculer :) Currently Redis works as transporter. You can't...
@alsofronie thanks. It's very nice. I will add it to the [modules list](http://moleculer.services/modules.html)