brambow

Results 5 comments of brambow

The data NYC provides daily is broken into boroughs: https://www1.nyc.gov/assets/doh/downloads/pdf/imm/covid-19-daily-data-summary.pdf Before I started using the NYT dataset, I was using county-level data from https://usafacts.org/visualizations/coronavirus-covid-19-spread-map/, which also broke it into the...

Interestingly, when I attempted my actual use case, which was dynamically adding the slider based on a button click, it renders as expected: ![image](https://user-images.githubusercontent.com/6227786/63946679-7a995700-ca43-11e9-97de-0970c38de80d.png)

I had this issue and solved part of it by changing the /config/grunt_production.json file to grunt_true.json. It eliminated the file missing error, but I still get `Warning: Task "production" not...

I didn't have any success with my previous comment, so I ended up dropping '--environment production' from the Dockerfile command and just running for development: ``` RUN cd cartodb &&\...

Another +1 on this. I tried getting this running and kept running into issues related to grunt and the production environment, just like issue #24. Never quite got everything working....