Aaron

Results 22 comments of Aaron

Cant believe this is still an issue now. We need to set the session options and export the object correctly if it is defined in a different file. The error...

I tried t function and couldn't get the correct plurals either. It would always produce the defaultValue no matter what I put in defaultValue_plural.

Thanks but is it OK to modify files in the `node_modules` directory? Will it be overridden when I update the module? This looks more like a hack than configuration.

It will be better if I can just create some configuration file in my project's root just like what `pm2 generate` command does, or even better just put the configuration...

I found the selection logic on Airbnb easy to understand and not too complicated. When you select the start/from date, if there are disabled days after this date, any date...

@timetocode Hi I have used your method, and tried another slightly modified version of your method [node-gameloop](https://github.com/tangmi/node-gameloop) but no matter which one I use, my server will be slow as...

@timetocode thanks for your input. I have thought about that before. But even after I skip the 'update' method in gameloop, which means the server does nothing but calculating time...

@timetocode Oh I have fixed my game crash issue! Thank you for your reply. It is indeed a memory leak that causes the CPU to run GC non-stop. I have...

Thanks for quick response. How about on encode-side? I have tried putting your code on decode-side which is my client side, but here is what I get: `Uncaught Error: Invalid...