Chris Johnson

Results 8 issues of Chris Johnson

[aws-sdk-java supports](https://github.com/aws/aws-sdk-java/blob/7543f7528c6c1f4a524437b33f370e74efed52fa/aws-java-sdk-dynamodb/src/main/java/com/amazonaws/services/dynamodbv2/model/UpdateItemRequest.java#L638-777) `UpdateExpressions` in DynamoDB, as described in [the docs](http://docs.aws.amazon.com/amazondynamodb/latest/gettingstartedguide/GettingStarted.NET.03.html#GettingStarted.NET.03.02). This is the preferred way to update a DynamoDB items, as `AttributeUpdates` is [considered legacy](https://github.com/aws/aws-sdk-java/blob/7543f7528c6c1f4a524437b33f370e74efed52fa/aws-java-sdk-dynamodb/src/main/java/com/amazonaws/services/dynamodbv2/model/UpdateItemRequest.java#L52).

Hi there. Can `subregion_select` display subregion abbreviations (e.g. 'CA') instead of the more verbose version ('California')? Cheers.

Hi there. While investigating a GC-related issue (https://github.com/ohler55/oj/issues/265#issuecomment-147554809), @ohler55 mentioned that he looked at the `hiredis-rb` C code and saw some stuff that wasn't GC safe and might be the...

The command beautifies the whole file. Any way to beautify just the selected text? Thanks.

Based off of `mchen`'s fork, I have wrapped up (I hope) the "recurs until" functionality.

Hi there. I encountered a surprising behavior that seems like an easy fix. This works: ``` ruby User.with_roles(:editor, :writer) ``` But this doesn't: ``` ruby User.with_roles([:editor, :writer]) ``` The above...

Does this support going from a mailer action to its view? Doesn't seem like it currently, and this would be helpful.

Hi there. I've used this tool successfully in the past, but now when I try the token (`xoxc-*`) and the cookie (`xocd-*`), neither of them work, resulting in: ``` 2023/01/21...