Nikhil VJ

Results 181 comments of Nikhil VJ

@someshkar thanks for the direction. Telegram group seems to be locked most of the time now. Scaling up issues - seems their numbers exploded too.

For people like me who are looking to just make the damn query work so one wayward column isn't holding the whole thing hostage, here's a fix: ``` def HandleHierarchyId(v):...

I'm on Lubuntu 18.04 64-bit OS by the way.

Sorry, here's the `just` error line: `error: Recipe `install-api-tile` failed on line 94 with exit code 101` which traces to: ``` # Install the tile API. install-api-tile: cd source/api/tile &&...

Hey @johanricher , nice seeing you here. I think I'll wait this one out till someone reports a successful run.

Some ideas: - Having a circa year (like: this is the boundary as of..) in the filename or nearby may help. For [Pune wards](https://github.com/datameet-pune/datameet-pune.github.io/tree/master/maps) I'm keeping years (pre-2012, 2012-17, 2017-onwards)...

@aakashlpin I ran your repo/Docker file: docker build -t excalibur1 . And its erroring out that the pip3 install stage: ``` Processing /home/root/excalibur Collecting Click>=7.0 (from excalibur-py==0.4.3) Downloading https://files.pythonhosted.org/packages/48/58/c8aa6a8e62cc75f39fee1092c45d6b6ba684122697d7ce7d53f64f98a129/click-8.0.3-py3-none-any.whl (97kB)...

I was able to get the webpages to come under a subfolder by editing excalibur/www/views.py . Exporting the path in an env param before launching: ```shell export EXCALIBUR_SUBPATH=/excalibur1 excalibur webserver...

Hi, I use DigitalOcean's basic ubuntu server droplet for deploying apps on web and it does a great job. I've deployed several python and other programs on the same server:...