tlubz
tlubz
I don't see any way to access the text appearance of the badges as of BottomBar 2. In v1, it was possible to get access to the badge directly: ```java...
Is there a way to generate counter-examples to a regex pattern? This would be incredibly useful for writing tests for format validators. Think `validates_format_of` for [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers). Conceptually, it would enumerate...
**Describe the bug** When managing dependencies through Gradle in Android Studio, adding implementation dependencies on Cognito and Kinesis through aws-sdk-android causes namespace conflict when alongside implementation dependency on Secrets Manager...
consider this type signature: ```rbs class Test type union_of_records = { a: Integer } | { b: String } def f2: (union_of_records x) -> (Integer | String) end ``` if...
We are experimenting with `--with-expectations` at our org, and we have had a few issues for our use-case. Right now it looks like when using `--with-expectations`, the following must hold...
The `spots_by_query` method currently returns all available data, regardless of passing a `fields:` argument. It looks like it's using the Text Search API, which always returns all available fields. This...
MIDI In support is great, thanks so much for this tool! One thing I'm missing is support for Program Change events from MIDI, which would potentially allow users to use...