Richard Hsu

Results 21 comments of Richard Hsu

DynamoDB doesn't do general sorting without using what is known as the Range key since the general structure is a Key Value Store. ## Quick Overview of Sorting Thus, your...

@rasouza @pboling @andrykonchin Hmm this is very strange, I must have had a mind blip because I can't seem to find `order` method either and going back through my DynamoDB...

@andrykonchin Yes agreed on proposal. However, since there can be secondary indexes, it isn't required that it be `id` which would be for the primary index. So long as the...

Did you recreate the index afterward? Changing the `projected_attributes` in the model will not affect the existing index. In this case if you created the table based on the original...

@pboling Should we start a wiki or add a FAQ to the README? Seems like this sort of question was in few issues questions so might be worthwhile to address...

From my use of Dynamoid so far, this is the case. It depends on how you want to look at the use case, because you are charged based on queries...

@CramUojdab Could you clarify what is the difference between the message box and the popup? I would assume they are the same. My first thought would be to play around...

@CramUojdab Doesn't look like attachment for picture worked, is it possible to upload screenshot using GitHub's interface and possibly providing a code snippet of the two plugins together? That might...

@CramUojdab hope you got it working? Otherwise if you could attach the image through GitHub interface that would help me debug it more.

Should we rewrite the examples to have the same time frame? Also when we add new examples in future, how do we handle it? Rewrite the timestamps to match the...