Michael Knowles

Results 14 comments of Michael Knowles

You can use the master version of current-prosecutors.html to resolve the conflict.

Manually resolved conflicts. Please merge soon so that more conflicts aren't created.

I can take a look at this one

I've implemented Flow Router. Do you have a list of bugs that I can check to ensure they've been fixed by this change?

I'm not an expert on Meteor but I don't see a reason to use an abandoned library. Even if we don't have problems now, it's probably good to change before...

@Janel-developer I was thinking we would have two scripts. One to scrape data into some format, probably the existing JSON format. The other to upload the data into the DB...

I would advise that we not hotlink to other websites' images. This is stealing their bandwidth and opens the website up to abuse. For example, if we are using another...

It looks like people are just supplying links to images in the JSON. ```javascript { ... "headshot":"https://www.pdaa.org/wp-content/uploads/2019/07/adamsco.jpg", ... } ``` Can you explain how this JSON is then getting uploaded...