Ty Smith
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.
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...
Travis is deprecated and not running builds. We need a github actions CI workflow for iOS like Android.
Build and run the Compose sample with Leak Canary integrated and it'll notify interactors leak due to the Rib Plugin for Flipper.
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; ```
Where can we publish the ribs flipper plugin for easier use? Let's also document in the wiki.
Update IDE plugin with internal changes, including Kotlin support.
Document Rib Plugin and publish to Jetbrains marketplace
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.