TY

Results 12 comments of TY

I did some research and found that there is an inconsistency between the vm environment and the native node environment. In `typed-function` ```js var _types = [ { name: 'number',...

@davideicardi Yes, I tried to figure out which properties is missing in [PlugVM#L385](https://github.com/davideicardi/live-plugin-manager/blob/master/src/PluginVm.ts#L385), but with no lucky. By the way, I am using `[email protected]` and `[email protected]`

`Sequelize` [transaction issue](/sequelize/sequelize/issues/123) has been raised two years. Until now not yet been solved.

@aptkingston Got it. In addition, can we reference the same or other state value in the `Update State` action, for example, 1. `State.items` has been set as `[{name: 'Tom'}]` 2....

@aptkingston After a deeper investigation, I found that the state value can be retreved by `state.items`. It's just the case of the first letter of the `state`. And the `context`...

Thanks to @manast, I have implemented a project [evoxy](https://gihub.com/taoyuan/evoxy) envolved from [redbird](https://github.com/OptimalBits/redbird) with highlights: - Out of the box command-line tool `evo` with yaml configuratio support (default: `/etc/evoxy/evoxy.yml`) - Challenges...