Viktor Isaev
Viktor Isaev
Okay, I'm reopening it then. Will check.
@pct-cclausen This time, I'm afraid, the problem does not reproduce that easy. I've added the [test case for threaded actor](https://github.com/untu/comedy/blob/37fb7bb4dd4bbe19d01eeb92cf11d537d7065712/test/typescript/test-hot-config-change.ts#L233) (see `hot-config-fix-2` branch), and it works fine. What kind of...
Thank you, @rijnhard , that's a good idea I think!
@Islomkhodja You could try to! But this is not an easy task at all :)
Of course, feel free to implement and to ask any questions! I'm thinking of the following implementation. I would not check each value in `customParameters` object for being a function...
@vallettea , if you are going to implement this, please assign this task to yourself and use a separate feature branch.
@aintnorest , can you please provide the code or pseudocode of what you are doing just to get the idea? `customParameters` are only used at actor creation time. Not sure,...
@aintnorest , I see your point. In general it's not a good idea to tell an actor which children it should have from outside. It's better to encapsulate the child...
Hi @wujianv5 ! You should use the version of TypeScript that is configured in `package.json`, it's the only one that is being tested.
Hi, thanks for your issue! Comedy actors could indeed operate in web workers in a browser. I wonder about your use case for this feature!