Chris Hobbs

Results 7 issues of Chris Hobbs

I took out the named reference of your project out so I could include these files in my project. Did you need the name there for a certain reason? Thanks...

In the Sinatra example I think raise_error must be enabled for exception_notification to get errors in production mode. Adding that to the example or at least mentioning it would be...

Thanks for maintaining this! I'd like the maintainers to consider removing actionmailer as a required dependency. Including actionmailer increases the size of our gem directory from 21 MB to 54...

TransactionWrite should call sanitize_item so that nils are not persisted. Otherwise GSI will fail with a nil range key.

@andrykonchin I found this bug. I think the transaction code needs to remove the value instead of trying to set it to null. I'll try to find a fix. I...

@andrykonchin Congrats on getting transactions released! Here's an initial idea for supporting incrementing values and set operations in transactions that we decided wouldn't make the cut for v1 of transactions....

I'm seeing the below error. Rubocop 1.80 fixes it. ``` Error: `Performance` cops have been extracted to the `rubocop-performance` gem. (obsolete configuration found in .rubocop_performance.yml, please update it) ```