Rahul Bhargava
Rahul Bhargava
Weird. That module is definitely in the requirements file. Just to double-check a Are you sure you’re inside the virtualenv when you’re running the database scripts?
Query API for total stories returns 296,628 stories: ``` https://api.mediacloud.org/api/v2/stories_public/count?q=((%20tags_id_media:(186572516)))&fq=publish_day:[2019-09-22T00:00:00Z%20TO%202019-10-22T00:00:00Z]&key=a1fc017a2e58c2d1a0dd93ee6962ab097574ba4ae711c7722e863a615f0b0a60 ``` Querying the API with the unencoded emoji produces the same result (296,628 stories) :-( ``` https://api.mediacloud.org/api/v2/stories_public/count?q=(🍑)%20AND%20((%20tags_id_media:(186572516)))&fq=publish_day:[2019-09-22T00:00:00Z%20TO%202019-10-22T00:00:00Z]&key=a1fc017a2e58c2d1a0dd93ee6962ab097574ba4ae711c7722e863a615f0b0a60 ``` Querying the...
Marked as "blocked" because we can't do anything until we fix our api-client library.
When that deprecation got release, I ran the script that marked them all as `UNSAFE_`. At that point I was daunted by refactoring to fix all of them, because we...
https://github.com/mediacloud/backend/issues/757
Ugh - yeah, those hard-coded tags are all over our system :-( I'll open an issue to think about how to generalize that.
That's great progress! I'm working on that tag issue I mentioned earlier right now. That reddit thing is a hack. You want it to return `False` so that it always...
If I remember correctly, we use feedly to back-fill older content where possible. The main app that regularly fetches RSS feeds from media sources is a different one. Perhaps take...
The first piece is that the session is stored in the external redis cache so it can be used across all the domains (via the `SESSION_REDIS_URL` environment variable). The second,...
Here's an intro to integration with cookies - https://medium.com/@rossbulat/using-cookies-in-react-redux-and-react-router-4-f5f6079905dc