Adrien Poly

Results 166 comments of Adrien Poly

I ll check this out

I am pretty sure this has been working at some point not sure what happened here.

I ran into a similar issue with R2 where (unless mistaken) I needed to provide the `endpoint` as a temporary solution I assign the env variable in the initializer ```ruby...

Yes it make sense. The only thing is to filter speakers with a GitHub profile

Thank you for investigating this! While I haven't tested the solution live, my understanding is that for each talk card, we are querying the YouTube domain to verify the thumbnail...

> Thanks for your response, @adrienpoly ! > > Have you thought about using cache to handle this? I started to look into caching the talk/card yes but this card...

There are also the view_count and like that we could fetch from the API. This could justify to crawl regularly the YT api and add the thumbnail check if possible...

Ok I since then discovered the magic comment to disable schema for a particular file ```ruby # -*- SkipSchemaAnnotations ``` I have a solution, I ll keep the issue open...

I am using it at work (closed source) and on rubyvideo.dev (open source) https://github.com/adrienpoly/rubyvideo. in Ruby video they are a few Associated Objects: - [Talk::Agents](https://github.com/adrienpoly/rubyvideo/blob/6568b37675e061344a3a17332cd4f96edb7f1eed/app/models/talk/agents.rb#L4) - [Speaker::Profiles](https://github.com/adrienpoly/rubyvideo/blob/6568b37675e061344a3a17332cd4f96edb7f1eed/app/models/speaker/profiles.rb#L4) and some [others](https://github.com/search?q=repo%3Aadrienpoly%2Frubyvideo%20ActiveRecord%3A%3AAssociatedObject&type=code)...

Hello thanks for working on this. I have tried to upgrade both gems in [RubyEvents](https://github.com/rubyevents/rubyevents/pull/873) but I still have a warning message when I run the annotate command. I tried...