Benjamin Piouffle
Benjamin Piouffle
View details in Rollbar: [https://rollbar.com/captainfact/CaptainFact-Frontend/items/4/](https://rollbar.com/captainfact/CaptainFact-Frontend/items/4/) ``` ReferenceError: requestAnimationFrame is not defined File "https://captainfact.io/vendor.1d8b49df636fa23cc431.js", line 45, in [anonymous] ``` --- :information_source: https://fb.me/react-polyfills > React also depends on requestAnimationFrame (even in test...
CaptainFact has a strong gamification aspect. We want to make it pleasant to contribute and reward users bringing positive content. One of the ways to achieve that is achievements 🏆...
See CaptainFact/captain-fact-frontend#155
In several places, the code behaviour rely on which `env` it is running on Places should be listed down here : - `apps/captain_fact/lib/captain_fact/accounts/accounts.ex` #fetch_picture (now line 182) The right solution...
To leverage the talent of developers in our community and encourage participation, we're going to set bounties on a certain number of issues. Check for the [bounty](https://github.com/CaptainFact/captain-fact/labels/bounty) label and get...
Moving help pages to Github wiki will allow ambassadors and community members to edit them. We can then just add the Wiki git url to the frontend as a subrepo....
We used to have an invitation feature when the service was in beta. It's not active since many year and not maintained, so we should remove the code.
# Description A lot of publishers post their videos on both Facebook and Youtube. We should be able to have multiple URLs for videos. This could be done by changing...
See https://github.com/CaptainFact/captain-fact/issues/19 The process to add this new provider should be properly documented so we can rely on the community to add additional providers in the future. - [x] API...
We should retrieve the volume from ReactPlayer and adapt background notifications volume accordingly. As of today the volume can be too strong or too low. - [ ] Store the...