Ty Smith

Results 51 issues of Ty Smith

Using Zsh 5.8. Notice two issues. 1. Once sourced buck-completion.bash, autocomplete for a path ends at ":" but will not suggest available names. This does work in bash. 2. Autocomplete...

Create basic usability README's and more in-depth wiki pages for Compose usage.

Android

Once outstanding functionality issues are resolved, the plugin should be hosted on the jetbrains marketplace as is standard. Let's look into automated ways to handle the upload as part of...

Android

Travis is deprecated and not running builds. We need a github actions CI workflow for iOS like Android.

iOS

Build and run the Compose sample with Leak Canary integrated and it'll notify interactors leak due to the Rib Plugin for Flipper.

Android

Investigate if we can remove guava in favor of kotlin stdlib Usages: ``` ❯ agc "import com.google.common.base.*" | sort | uniq import com.google.common.base.Charsets; import com.google.common.base.Joiner import com.google.common.base.Optional import com.google.common.base.Preconditions; ```

Android

Where can we publish the ribs flipper plugin for easier use? Let's also document in the wiki.

Android

Update IDE plugin with internal changes, including Kotlin support.

Android

Document Rib Plugin and publish to Jetbrains marketplace

Android

If we can decouple the base classes from Rx2, then we can have extension artifacts that allow Rx2, Rx3, and Coroutines for compatibility with a variety of project types.

Android