Florian Weingarten

Results 58 comments of Florian Weingarten

That doesn't quite work either. This is the workaround I'm using right now, in case anyone else stumbles over the same problem: ```ruby hack = Yt::Collections::Videos.new.includes(:snippet, :content_details).where(id: ids, part: 'snippet,contentDetails')...

Just saw that it was implemented in https://github.com/Fullscreen/yt/pull/332 but never shipped 😢

Why not just rename all the tables to follow the proper conventions?

Instead of exposing this to the user with a configuration parameter, I think it would be more useful to try to come up with an (automatic) way of determining an...

"Advanced settings" are a total anti-pattern, in my opinion. Sane defaults and convention over configuration are much more useful and lead to better usability in the long-term, in my experience.

I'm personally not using this project at the moment, so if I'm the only person that was interested in this feature, it might not be worth the effort. I still...

:+1: I think this would be useful (preferably without needing code execution access on the remote server, just sftp).

good point about deduplicating server-side, I guess that doesn't work without real ssh access