Jason Cox
Jason Cox
Dug a little deeper and debugged.... because I had configured my rails app: ``` Hutch::Logging.logger = Rails.logger ``` And since I was running hutch from cli hutch.logger was not writing...
I can add some notes to gem-development.md and open a pr if you like?
I've noticed this too, no duplicates are created if you set the key to something else like: table :key => :user_id Also on the duplicates the id hash remains the...
This is a feature of Dynamoid - see Partitioning :+1: From Readme: Dynamoid attempts to obviate this problem transparently by employing a partitioning strategy to divide up keys randomly across...
I'm not working with this model specifically, but ran into a similar problem on Replicate. Digging a little deeper into the cog docs: https://github.com/replicate/cog/blob/main/docs/http.md All Path and File inputs for...