Stephen Liu

Results 12 issues of Stephen Liu

I'm looking to change the color of the indicator via some dynamic logic in my application but the following call pattern doesn't seem to work: ``` this.pageIndicatorView.setSelectedColor(Color.BLACK); this.pageIndicatorView.invalidate(); ``` If...

Currently, the BuildConfig is read correctly from the package `cc.soham.toggle` since the `toggle` library and `toggle-sample` demo application are in the same package. However, for other users of this library,...

bug

Example in android-play-publisher-api/v2/python/basic_list_apks_service_account.py

Seeing this in the current tests: ``` client = def test_create(client): response = client.post( "/widgets", data={"name": "Qux", "description": "qux widget"} ) > assert response.headers["Location"] == "http://localhost/widgets/4" E AssertionError: assert '/widgets/4'...

Currently, it looks like the `OnFlickedXDirection` and `OnCancel` listeners must be implemented on the calling activity or fragment. This should ideally be enhanced so that an arbitrary listener that implements...

Adding this mainly because the branch is set to `main` for this plugin/repo and thus updates fail similar to https://github.com/oh-my-fish/oh-my-fish/issues/872

Bump the various linting/static analysis tools again. Mainly need to update black since it's pinned to an exact version. Updated rest of the tools to latest current version ranges as...

Contains: * Deprecate python 3.9 * Migrate Travis CI workflow to GitHub Actions

erorr should be error

🍞 stale