m. simon borg
m. simon borg
Opened a new issue #138 for missing photos but didn't realize I should probably be referencing this ticket instead. Running `scripts/missing.py` gives this output ``` --- Not found: congress/original/L000586.jpg {'last':...
**Claudia Tenney - T000478** Image URL: https://upload.wikimedia.org/wikipedia/commons/7/7b/Claudia_Tenney%2C_115th_official_photo.jpg Found on: https://commons.wikimedia.org/wiki/File:Claudia_Tenney,_115th_official_photo.jpg License: [Public Domain](https://commons.wikimedia.org/wiki/File:Claudia_Tenney,_115th_official_photo.jpg#Licensing) **Donald McEachin - M001200** Image URL: https://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Donald_McEachin_115th_congress_photo.jpg/1200px-Donald_McEachin_115th_congress_photo.jpg Found on: https://commons.wikimedia.org/wiki/File:Donald_McEachin_115th_congress_photo.jpg License: [Public Domain](https://commons.wikimedia.org/wiki/File:Donald_McEachin_115th_congress_photo.jpg#fileinfotpl_perm) **Clay Higgins - H001077**...
Adding the changes in PRs #139 #140 #141 #142 brings the output of `missing.py` down to this ``` --- Not found: congress/original/L000586.jpg {'last': 'Lawson', 'official_full': 'Al Lawson, Jr.', 'first': 'Al'}...
Awesome, just submitted a PR for that image. Down to 4 missing: ``` --- Not found: congress/original/J000299.jpg {'last': 'Johnson', 'official_full': 'Mike Johnson', 'first': 'Mike'} --- Not found: congress/original/R000606.jpg {'last': 'Raskin',...
@benpickles I'm having an issue in prod on heroku where the public/system/dragonfly directory is not being created or storing files, so I get a `not found` when I follow an...
what would be the desired result of the following code? ``` hash = { event: { sub_events: ['only allow certain sub-events'] } } hash.allow(event: { sub_events: ['something else'] }) ```...
in that example the current code already does return `{}`. but what about the following? ``` hash = { event: { sub_events: ['only allow certain sub-events'] } } hash.allow(event: {...
What's the use case for this where it shouldn't just be handled at the model?
I'm not sure I understand the behavior you're looking for. could you provide an example? the purpose of the gem is to whitelist the parameter values so without an explicit...