Long Tran
Long Tran
@kevgo If coarse-grained commit dates are leading to unpredictable commit re-hashing, could setting the `GIT_AUTHOR_DATE` & `GIT_COMMITTER_DATE` environment variables help here? If we use the same date for both the...
@ThomasAribart What if we processed chunks in parallel by default and provide an option to opt out of this, returning the array of promises instead? Something like this: ```ts const...
> This is expected behaviour. `computeKey` is meant to compute the primary key. > > You cannot run a `GetItemCommand` on a secondary index, what you need to do is...
I really dig it! Now that I've seen it I do recall forgetting how specific access patterns were queried which prompted me to refer to the entity's schema to figure...
@ThomasAribart :wave: Noticed that you closed this issue! Were there still plans on supporting computing of index keys? Is that something that the new [repository features](https://github.com/dynamodb-toolbox/dynamodb-toolbox/releases/tag/v1.14.0) will help support?
@ThomasAribart Good to hear! A discussion sounds good -- my team is still keen on `computeIndexes` and `queries` & we're more than happy to provide feedback on it.
Turns out the issue is that `AWS::AccountId` and `AWS::Region` won't have an actual value in the CDK assembly unless we explicitly pass a value to `props.env` on all our stacks...
@codecalm Is there any appetite for getting this PR landed? Let me know if there's anything I can do from my side to move things along 👍
Also seeing this issue on Expo SDK 51/React Native v0.74. Primary issue is the barrel-file exporting of icons. Tree shaking support in Expo is still experimental and limited to SDK...
I don't think I've encountered any CLIs that auto update themselves - leaning towards just displaying a prompt for new versions after running a CLI command. Would auto-updating the binary...