Long Tran

Results 17 issues of Long Tran

This is an example of how `computeKey` currently behaves with a table that has one GSI: ```ts const table = new Table({ documentClient, name: 'Table', partitionKey: { type: 'string', name:...

question
v1

Having a bit of trouble getting this action to work. Using the following configuration: ```yml - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v2 with: aws-region: ${{ vars.AWS_REGION }} role-to-assume: ${{ secrets.ROLE_TO_ASSUME...

bug
documentation
help wanted
good first issue

This PR adds subpath imports to `@tabler/icons-react-native`, allowing devs to import the icons they need without importing all Tabler icons: ```ts import IconAdFilled from '@tabler/icons-react-native/IconAdFilled' ``` I took the liberty...

📦 dependencies

This PR adds a "Batching" page to the "Examples" section on the documentation website.

Currently when working with batch/transact operations, we need to: - Handle empty operation inputs - Split out operations into chunks according to operation limits: - `BatchGet`: 100 - `BatchWrite`: 25...

enhancement
v2

### Description Support for subpath imports in `@tabler/icons-react-native` added in #1373 appears to be broken in `v3.34.1`. I suspect this is due missing type definitions for each subpath due to...

bug

I'm attempting to automatically transform [Temporal class objects](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal) to their serialized format using DynamoDB Toolbox. I've got it _almost_ working using a combination of `anyOf()`, `.castAs()`, & `.transform()`. Here's an...

enhancement
v2