Matthew Runo

Results 20 issues of Matthew Runo

This is a neat library, but one thing that would really make it more useful is the ability to pass in a style. For example, maybe I want red messagebars...

On Android 4.2.2 this action bar shows as white, rather than transparent. It does fade in when the user scrolls the content down, but it fades in from White rather...

Hi - I was working on a template, and had typed something like `{% include "my-file.peb %}` (typed it out, no autocomplete happened for whatever reason). The following error popped...

t-bug

## Feature request #### What problem does this feature solve? Search in Docsify works by indexing the top level sidebar content. This is fine, but as a set of documentation...

enhancement
needs discussion

**Describe the bug** Add a `LottieAnimationView` to a custom view and add that view to the layout. Write a test that needs to use the `LottieIdlingAnimationResource` to wait for the...

Non-Rendering Bug

### Describe the feature or problem you’d like to solve Currently, if `gh release` cannot find the release you're looking for, it exits with exit code 1. If it's found...

enhancement
help wanted

### Describe the feature or problem you’d like to solve The `release` commands are likely to be run from CI for a lot of projects, and it would be great...

enhancement
needs-user-input

**Command attempted:** `hub release edit v-1.2.3-0 --attach test.png -m ""` **What happened:** Unable to find release with tag name `v-1.2.3-0' **More info:** `hub release --include-drafts show v-1.2.3-0` This shows that...

bug
more-info-needed

**Describe the bug** When running the latest version of Flank in our environment, which requires a proxy, we get the following error. This happens on [Flank v22.03.0](https://github.com/Flank/flank/releases/tag/v22.03.0) but not on...

Bug

Let's say you have this test class: ```kotlin @Ignore class TestClass { @Test fun aTestMethod() { .. } } ``` I would expect that `aTestMethod()` is not executed in flank...

Feature
Android