Alejandro Sanchez
Alejandro Sanchez
Based on this comment - https://github.com/uber/RIBs/pull/443#issuecomment-833021106 We require FOSSA to run in the RIBs repo
Adding github actions to stylist Fix #25
Thank you for contributing to Stylist. Before pressing the "Create Pull Request" button, please provide the following: Change to avoid things to break after [JCenter sunset](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/) Solves #26
Thank you for contributing to Artist. Before pressing the "Create Pull Request" button, please provide the following: - With the current generation the generated code is nullable when subscribing to...
- When generating code in Artist from the _KotlinApiHelper_ we get the following ``` public open override fun clicks(): Observable { if (clicks == null) { .... rxview_longCl().map() .doOnNext(UiChecks.checkClickableRequirementsAction(this)) .doOnNext(ViewAnalytics.logTapFor(this,...