Ivan Zhuravlev

Results 80 comments of Ivan Zhuravlev

@HaiBien Make a repro (moleculer) and raw request to API. What type of data is passed (json/multipart/urlencoded)?

@HaiBien Is the current issue still relevant? Can you provide a reproduction code? Codesandbox.io: https://codesandbox.io/s/github/moleculerjs/sandbox-moleculer-project/tree/master Stackblitz.com: https://stackblitz.com/edit/moleculer-project-demo Repl.it: https://replit.com/@icebob/moleculer-demo

Hello! Thanks for your contribution. There are a few quick fixes but important ones: 1. Look at the diff between the example files. There are a lot of changes that...

If I understand correctly, then this is an analogue of [story in rasa](https://rasa.com/docs/rasa/writing-stories/), the name is more logical. They have interactive training that creates a story out of dialogue that...

![amr_logo](https://user-images.githubusercontent.com/451306/39246653-e08631cc-489f-11e8-99a4-5c05840a05f3.png) :ru: [AMRetail](http://amretail.ru) - Software for sending recommendations and selling digital products in retail chains of Russia.

@AndreMaz, this issue #1065 has a different issue. There, a local call to `emit` and `broadcast` occurs through `await` while waiting for a resolve `Promise`, so it turns to wait...

@Vslava the fact is that you need to separate two different systems. Namely, the moleculer transport is a message broker that does not have a guaranteed delivery task, so it...

@AndreMaz I think it should only be for `math.**` ![tracing](https://user-images.githubusercontent.com/451306/187750231-838466a2-28c5-462b-817c-8e3dca97280b.jpg)

Yes, we have discussed this before in discord. In the current implementation, it is not possible. Even if tracing is disabled, it will still collect spans and won't send them....