Adetunji Dahunsi

Results 22 issues of Adetunji Dahunsi

Produces state by merging flows that carry functions that lazily modify the state. This avoids the issues that can arise when combining flows: * The limited arity of the `combine`...

An experimental branch for functional reactive state production based on the [stateflow branch](https://github.com/android/architecture-samples/tree/stateflow). It offers feature parity with the existing branch and tries to establish some core FRP state production...

Reverts tunjid/Android-Home-Hub#2 Will commit this when I figure out why 1.3.x versions don't work or I switch dongles.

## :loudspeaker: Type of change - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description Added modifiableForEach extension method that allows...

cla: yes

https://github.com/android/plaid/blob/1115fb60bbc870f296efe50471ad4746873f199e/core/src/main/java/io/plaidapp/core/ui/recyclerview/SlideInItemAnimator.kt#L183 In the `endAnimations` method, while in a for each loop, the function remove is called on a `MutableList` which results in a ConcurrentModificationException :( Substituting the `forEach` with the...

In the past in React, I've used https://github.com/remarkjs/react-markdown to render url tags with custom react components. For example a github link can be rendered as card with the projects open...

enhancement

Prior to this change running the browser target failed with the webpack error `cli.isMultipleCompiler is not a function`.

Goin in through the source ```xiecc_rtmp.c```, it seems the library only supports the following NAL unit types: 1. NonIDR [1] ```else if ((nal[0] & 0x1f) == 0x01)``` line 624 2....