Viktor Isaev
Viktor Isaev
Here is the full install log: ``` > [email protected] install /home/weekens/workspace/saymon/backend/server/node_modules/look/node_modules/nodetime/node_modules/v8tools > node-gyp rebuild make: Entering directory `/home/weekens/workspace/saymon/backend/server/node_modules/look/node_modules/nodetime/node_modules/v8tools/build' CXX(target) Release/obj.target/v8tools/src/v8tools.o In file included from ../src/v8tools.cc:6:0: ../src/gc.h:11:29: error: 'Arguments' does not...
When launching remote actor for testing purposes, it's often convenient to specify SSH credentials rather than deploying comedy-node on remote machine by hand. Comedy should support this.
Implement an actor mailbox size limit capability. This way, a user will be able to avoid overloading actors with too many messages.
For now Comedy uses simple point-to-point channels for message exchange. There should be an option to use Kafka message broker as an underlying transport for more advanced and robust messaging.
For development and debugging purposes it may be useful to transfer logs from remote actor to a parent actor to see the full picture of an actor system in the...
When a message is sent through a balancer actor to a cluster actor that crashes, the balancer should attempt to re-route that message to another actor in the cluster. The...
See [test](https://github.com/untu/comedy/blob/socket-respawn-after-crash/test/test-forked-actor.js#L757). Branch **socket-respawn-after-crash**
**Describe the bug** Note icon is lost when creating or changing properties of a note (the ones under `---`). **To Reproduce** Steps to reproduce the behavior: 1. Set an icon...
 ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `package.json` - `package-lock.json` #### Vulnerabilities...