Richard Hutta

Results 7 comments of Richard Hutta

so fresh installation of linux 20.10 ubuntu ``` $ apt-get install nodejs $ which node /usr/bin/node ``` If Im not mistaken doesn't really matter which account you are using. Nobody...

I have very much the same issue now. @jieyilong node syncs forever. I started from snapshot, `thetacli query status` after 24 hours `sync` is still `true`: (as @davjack described this...

This is just wonderful PR! Cant wait to have this merged. 👍

@teuget btw I did messed around with changes. Seems to me that `v8go.NewObject` doesnt work elsewhere except in the context of `NewFunctionTemplate`. try this: ``` ctx, err := v8go.NewContext() require.NoError(t,...

but seems that `c->Enter();` and `c->Exit();` does the job for `NewObject` as well.

it should be actually rather simple: ``` golang type Array struct { *Object } func NewArray(ctx *ExecContext, len int64) *Array { val := &Value{C.NewArray(ctx.iso.ptr, C.size_t(len)), ctx} return &Array{Object: &Object{Value: val}}...

Failed to load resource: the server responded with a status of 400 (Error from Redis in response to request "SET token_66d29a7f-f1ab-424e-85cd-f653c0bd0c78 {"user_id": -1, "hand_id": 0, "action": "b200", "client_pos": 0, "hole_cards":...