Andrew Li
Andrew Li
You have to add a kwarg to `api.status_lookup` in `get_metadata.py`: tweets = api.statuses_lookup(id_batch, tweet_mode='extended')
Did some digging, looks like the ruby version (and in particular the rubygems version) of the action's Docker container is old. So the preinstalled bundler version is below 2. I've...
This is probably related to the old versions of React Native used in those examples. Might need to update those example version.
@i6mi6 @fungilation Any chance of updating the examples in your fork? I can do an update, which can fix https://github.com/i6mi6/react-native-parallax-scroll-view/issues/101.
That's a syntax error. It should be `export default ...`.
@TomHAnderson just whipped up a GraphQL API for the data which also joins with US Census population data for counties and states: https://github.com/Li357/covid-nyt-api. It's live at https://covid-nyt-api.now.sh/graphql I'm still working...
Just created a GraphQL API for the data as well, and joins with US Census data for county and state population estimates: https://github.com/Li357/covid-nyt-api
I fixed this by installing `realm` as a dependency separately and linking.
To anyone who is looking for a fix, the problem is most likely your React version. `PersistGate` uses `React.PureComponent`, only available in React v15.3+. See https://stackoverflow.com/questions/51317610/can-not-import-persistgate-from-redux-persist-super-expression-must-either-be/51317754#51317754 Upgrade your React to...
I'm currently away from the computer but no, I didn't receive any errors. Everything else in the app was working fine and no errors were logged in the console. Would...