Long Tran

Results 10 issues of Long Tran

It would be nice to use this component without having to introduce `styled-components` and `styled-system` (e.g. when you are using a different styling system). Is it possible to opt out...

@davesters As per title, just wondering if there was insecure TLS support, and if so, how do we go about configuring it?

Right now, batch operations like `batchGet` do not provide type inference, and simply resolve to `any`. Will this be supported in the future, or is there an underlying technical reason...

### Description At small enough viewports, the `table-input` button overflows when adding a comment to a PR during review. Seems like the "Add collapsible content" button also does the same...

bug

## Problem My team have bought into Git Town as our stacked workflow tool of choice. We're loving the workflow so far and the productivity gains from not being blocked....

### Summary: This PR adds support for strongly-typed custom item methods via a second generic type parameter to `dynamoose.model`. ### Code sample: ```ts // 1. Create a custom item method...

status:not-stale

### Summary: Currently, there is no way to type custom methods set on models and items. See [this discussion](https://github.com/dynamoose/dynamoose/discussions/1646#discussion-5981044) for context. Having the ability to provide type information to Dynamoose...

type:enhancement
status:triage

Let's say I've got the following stack: ``` main feat/part-1 feat/part-2 feat/part-3 ``` A common scenario we face is shipping all of these branches once they're approved. To do this,...

### Your message to us Currently, `gt sync` will: 1. pulls new commits for the current branch from its tracking and ancestor branches 2. downloads new Git tags 3. deletes...

### Summary Fixes #1622 ### Code sample #### Before ```ts const user = UserModel.get('id') const id = user.id // ✅ Works, but can lead to runtime errors ``` #### After...

status:not-stale