Refael Dakar
Refael Dakar
Thanks @psygo So I got everything wrong ;) A couple of followup questions: 1. If I use data for 2 months and predict 2 months with discount=0, should I expect...
@lightalloy @chadrem the code was written VERY quickly so should be carefully tested. We ran it on a few hundreds of package names and added a lot of 'ifs' to...
@chadrem `Are all of those 'ifs' already in the PR? or do you have new ones?` Yes. I believe that when I push new commits it goes automatically into the...
@chadrem I don't think you should remove the old html parsing. Sometimes google keeps replying with the older page format and things will work as usual. I suggest we wait...
@chadrem it rarely happens but they do. I suggest leaving the old parsing method just as a fallback.
I changed the code to support backward compatibility.
Another question: If I do use this sticky session solution, Won't it only be applied to one machine? What happens if I have more than one machine and requests go...
What do you use on production? Yeah what you say about having one single session store is supposed to do the work. In older versions of socket.io they had an...
You live in a better world then me :smile:
Oops