Lenin

Results 7 issues of Lenin

I have this: ``` ruby class MatchTeam < ActiveRecord::Base belongs_to :team_captain, :class_name => 'Player', :foreign_key => 'team_captain_id' belongs_to :team_wk, :class_name => 'Player', :foreign_key => 'team_wk_id' end ``` And I use...

Looked at the code and seems it is not supported currently.

Here is my layout: ``` ``` My target view: ``` @BindView(R.id.role_bat_title) TextView roleBatTitle; ``` How I am adding the badge: ``` new QBadgeView(this). bindTarget(roleBatTitle).setBadgeNumber(mAdapter.getCountOfPlayers("batsman")).setGravityOffset(5, true); ``` Sample of what is...

I'm using the latest rollbar version (2.0.0). Rollbar has started throwing this exception recently. I could not find the relevant method from the stack trace. Looks like Rollbar is trying...

**Non-numeric example: (using 'A1' as valueField)** https://codepen.io/emaillenin/pen/ZEWKWrL **CSV Output:** ``` "Date","A1" "Monday","2025" "Tuesday","2125" "Wednesday","2225" ``` **Numeric example: (using '1' as valueField)** https://codepen.io/emaillenin/pen/dyMWMJK **CSV Output:** ``` "1","Date" "2025","Monday" "2125","Tuesday" "2225","Wednesday" ```...

Enhancement. Interactive charts like shown in the homepage of [Google Charts](https://developers.google.com/chart/)