André Pacheco Neves

Results 10 issues of André Pacheco Neves

Hi 👋🏼 Tried to use the github aciton on the latest version (`codecov/codecov-action@v1`, `codecov/[email protected]`), but it fails to find the coverage reports when ran alone. However, if I use the...

Currently both `SwipeCollectionViewCell` and `SwipeTableViewCell` automatically delete the cells on `swipeController(:didDeleteSwipeableAt:)` and don't allow any customization, like what's allowed in other similar methods. While on most scenarios the default behavior...

## Motivation A new `DiffableListsOfState` UIKit example was created to demonstrate the usage of TCA with a list of (collection view) cells that have a store and are backed by...

Even though we intend to break our `DiskMemoryPersistenceStack` into smaller, more specialized persistence stacks/stores, we should implement a TTL mechanism on the Disk persistence, so that items can be evicted...

enhancement
new feature

## Motivation On some scenarios, it's useful to "pause" the `Loop` so that we stop processing events for some reason (e.g. to stop a `Loop` backed Service). Following the same...

### Summary The current `RecoverableButtonViewState` model only works for very simple buttons where just the title is defined. This means that on more complex scenarios buttons aren't properly "prepared" to...

### Checklist - [x] I've rebased my changes on top of `master` - [x] I've built and run the project to see all new and existing tests pass - [x]...

enhancement
new feature

## Bug report In our setup we define fragments with the same name as the schema types, e.g.: ``` fragment ProductImage on ProductImage { extraLarge large medium small } ```...

bug
codegen

## Changes - Cherry-pick upstream changes up to `0.50.1` 🏷️

Add new `ignore_identity_closures` parameter to `prefer_key_paths` rule to skip conversion of identity closures (`{ $0 }`) to identity key paths (`\self`). Add a small note to the rule description stating...