The little things
Remember kids! Sometimes it's way easier to just have an arbitrary list of little specific things instead of one big thing that has all your use cases! For the Hashmap Deque that I just released, I needed all the settings for laying cards out in a line, and also the settings for choosing your hash function. After a few hours of trying to stuff both of them together, I just made them separate and stuck them in a list. It's much easier to use now, although if something doesn't get set up right it now throws an error in-game instead of just not letting me play (which is usually better).
Also if you're making video recordings, make sure your encoder actually has the right settings :/