Ivan Pushkin
Ivan Pushkin
I have started developing of JavaScript online snake client here: https://github.com/ivan1993spb/snake-lightweight-client I decided to use Vue+vuex stack. I would be very glad and thankful if you took a part in...
ping @olebedev
@michelvermeulen I've got the same issue. Have you managed to find a workaround?
@hakanaltindis I tried different old versions of node and some of them worked. node:10, node:11, node:12, node:13, node:14 worked, but more latest versions didn't.
What do you think how the method signature should look like? `func (ns NsHandle) Name() string` vs `func (ns NsHandle) Name() (string, error)` which one would be better?
The change has been proved to be inefficient on Golang **go1.14.15**
Think about a binary protocol... It would be better than such a serialization
options to think about: - inmemory cache my implementation * memory cache * disk cache - inmemory cache using golang opensource cache library - inmemory cache using redis - inmemory...