Todd Schiller

Results 138 comments of Todd Schiller

If we're using social authentication, we might be able to piggyback off of the account verification features from other providers. For example, showing when a person is a verified Twitter...

Thanks @IanBans. I'm actually not sure how other projects implement this. Perhaps they have the server look at the version number in the `package.json`? We haven't been incrementing this version...

Thanks for the info, so it's probably just a matter of dockerizing our app and configuration the application surface for OWASP then

Great! I think the easiest thing to do would be to set up a tool like this: https://github.com/amilajack/eslint-plugin-compat

Are you following the instructions in `CONTRIBUTING.md`? Here's a couple things that you should check: - Did you run `pip install -r requirements.txt`? You might try running it again and...

Thanks, hadn't seen this method before. The method (with 15 questions) is potentially too heavy-weight to use out of the gate during ACH. Also, a few questions (e.g., was it...

Commit ecf748762b3f5d3c69b70f3788916b88ecf97d6e adds support for multiple sources for each piece of evidence.

Merriam Webster has a discussion of the synonyms for corroborate: http://www.merriam-webster.com/dictionary/corroborate Need to double-check that we're using proper terminology for sources, evidence, and hypotheses.

Hi @Antarius225, we don't use popups anywhere else in the interface yet, so would avoid that for now. The simplest implementation would be: - Check for an `https` schema in...

No problem, @Shenanigans77. Probably the quickest way to implement would be: * Add a text field to the Evaluation model * On the evidence evaluation form, add a text box...