comedy icon indicating copy to clipboard operation
comedy copied to clipboard

Node.js actor framework.

Results 28 comedy issues
Sort by recently updated
recently updated
newest added

Getting comedy to work in the browser would be an interesting development. removing dependencies on node and also converting the project to use ES modules.

feature

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=winston&from_version=2.4.5&to_version=3.3.0&pr_id=97fcbbe3-973f-4482-a5db-e52ed514019e&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

This is probably the least important issue but figured we can discuss it anyway. All the current stable versions of node and browsers support promises and bluebird is not a...

enhancement

This thread is about the discussion around the topic so it should stay open for a while. The idea is that the library shouldn't actually be doing the configuration because...

when running the basic getting started example the following error appears: ``` (node:290995) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency ``` followed by a whole trace...

bug
enhancement

1. Initialize a forked (maybe also in-memory?) actor with custom parameters. I primarily use this to pass in some other ActorRefs. 2. The actor reads from getCustomParameters() in the initialize...

bug

Currently ActorRefs can be passed to Actor calls, but when using forked or threaded actors, this only is correctly handled for a few cases: - As a method parameter value...

enhancement

1. Create a local in-memory actor L 2. Pass it to a forked actor F 3. Destroy the local in-memory actor L 4. The forked actor won't recognize the new...

When i use forked actors, i got this error (and don't know why and where) Error occurring at `/var/www/scripts/node_modules/comedy/lib/forked-actor.js:476:18` Full error: ` TypeError: Cannot read property 'send' of undefined at...

bug

It seems the actor state names are not documented. They appear to be "new", "ready" and maybe a few more such as "destroying" or "destroyed". And "crashed"? They should be...

documentation