Tyler Coffman

Results 8 issues of Tyler Coffman

``` 2022/01/24 * AUTOMATIC PAYMENT - THANK ; UUID: aa5a57fc-c3ec-46b9-9353-1e250d1c3464 Liabilities:Credit Card. $1302.32 ; ofxid: xxxxxxxxxxxxxxxxxxxxxxxxx Assets:Chase Checking -$1302.32 ``` If I add a UUID to deduplicate this transaction (because...

The Current Commit versioning strategy for tours is quite brittle, because it is based on commit hashes. The moment history gets rewritten by a rebase, the tour becomes untethered from...

### Description I'm trying to update my project to use react-native 0.70. I updated react-native-reanimated in order to do this, and now i'm running into a ton of typescript errors...

Platform: Android
Platform: iOS
Platform: Web
Needs review
Repro provided

### Description There are a bunch of typescript errors in this library's type definitions when using `@types/[email protected]`. ``` node_modules/react-native-gesture-handler/lib/typescript/components/DrawerLayout.d.ts:81:48 - error TS2314: Generic type 'AnimatedInterpolation' requires 1 type argument(s). 81...

Platform: Web
Platform: Android
Platform: iOS
Missing repro

### Feature description https://github.com/DataDog/dd-sdk-ios/issues/591#issuecomment-2658564716 Recently, the iOS datadog sdk was given the `stopInstance()` api that lets you tear down the dd sdk and reinitialize it with different parameters. This would...

enhancement
awaiting response
stale

**Describe the bug** iOS builds suddenly started failing because of upstream publishing of new MMKV and MMKVCore to cocoapods. **To Reproduce** Steps to reproduce the behavior: 1. Clone https://github.com/trcoffman/mmkv-build-issue 2....

### Description Code should pass type checker, but fails. ### CodeSandbox/Snack link repro in description ### Steps to reproduce ``` import { createInput } from '@gluestack-ui/input'; import React, { forwardRef,...

bug

When I resolve files in jj-diffconflicts.nvim, My prettier configs don't apply because the files being edited to resolve conflicts are in some other temporary directory. I was thinking that perhaps...