Adrien Poly

Results 60 issues of Adrien Poly

This is an alternative to https://github.com/adrienpoly/rubyvideo/pull/644 For some reasons Libyaml converts to unicode all emojis. This makes the yaml harder to read and on the top of that when ever...

While I was looking into adding a task to add slugs to the yml files I realized that mutating yml files isn't that easy. If we use a basic Yml...

This PR add 2 new rake tasks: A first task to dump in a local yaml file all key pair video_id/slug ``` rake yml:dump_talks_slugs ``` A second that will add...

we should fix that in the db for this case and others and either understand how this was created and/or put some safe guard so that a speaker with a...

bug

We recently had lots of fake traffic creating a massive amount of visits Ahoy implemements a bot detection feature but backend side it is not always reliable. Using the front...

close #566 poke @jmarsh24

We have a [GitHub workflow ](https://github.com/adrienpoly/rubyvideo/blob/98c3e2fd8808c419056f34ad2d9dc31c82fcb927/.github/workflows/ci.yml) that runs tests and, upon success, deploys the main branch using Kamal. The deployment process takes about [5 minutes](https://github.com/adrienpoly/rubyvideo/actions/runs/11745056968/job/32721772532) with a warm cache but...

help wanted
kamal

We have this warning now when the test CI runs ``` /home/runner/work/rubyvideo/rubyvideo/vendor/bundle/ruby/3.3.0/gems/railties-8.0.0.rc1/lib/rails/tasks/statistics.rake:4: warning: already initialized constant STATS_DIRECTORIES /home/runner/work/rubyvideo/rubyvideo/vendor/bundle/ruby/3.3.0/gems/railties-8.0.0.rc1/lib/rails/tasks/statistics.rake:4: warning: previous definition of STATS_DIRECTORIES was here ```