Nikhil VJ

Results 189 comments of Nikhil VJ

### Analysis - At first run, the program wasn't actually terminated when the browser tab was closed. Because the browser doesn't control the program. So this whole time the program...

A fix for #87 precludes this too, so the program-wont-run situation won't be caused anymore. However, if user regularly keeps running the program then soon many port numbers will be...

Hi @dancesWithCycles , this program is developed with python3. `package.json` is commonly seen in nodejs applications, not here. Further details: - There is a restful backend api using tornado lib...

oops.. did this in 3.4.3 and opened another ticket.. did not put in commonfuncs.js so can work on that for next run.

Hi @orlandoandradeb , sorry for replying way into the future ;) I've personally seen a lot of other configuration issues with software like opentripplanner that we have to get through...

Got it :+1: It was a long-winded exploration, but condensing the process: - Installed Miniconda from https://conda.io/miniconda.html (python3, win 64-bit) - Opened Start Menu > Anaconda prompt and navigated to...

Addendum: To place a shortcut on the desktop, we need to set absolute paths of where the program folder is, in both Target and Start-in fields. The Target of course...

A little note on why the distribution size was initially 20 times bigger (600 MB): I had installed `pandas` module using `conda install pandas`. Lesson learnt after 3 days of...

Some explanation for the point in the notes about pycryptodome, pycyptodomex, pycrypto : https://stackoverflow.com/a/50009769/4355695

Update, Oct 2018: - Created a single-exe executable version on a win7 32bit Virtual OS (virtualbox). - pandas hiddenimport hook wasn't done successfully by the previous method, but by specifying...