Kiril Dokh

Results 5 issues of Kiril Dokh

Maybe it's a stupid question but how can I override background and text color ? colorPrimaryDark / colorOnPrimary / colorOnBackground / colorSecondary don't seem to work

enhancement
custom components

## Issue summary Text fields and **autocomplete** lag on typing inside `ResourceItem` ## Expected behavior It should work smoothly (the same way `DataTable` does for such cases) ## Actual behavior...

Bug
untriaged

`# bad` `expect(bowling.score).to eq 0` `# good` `expect(bowling.score).to eq(0)` But: `Omit parentheses around parameters for methods that are part of an internal DSL (e.g. Rake, Rails,`**RSpec**`)` IMO `eq 0` looks...

It will be great to have an opportunity to push values to specific row, the same way as `spreadsheet` gem does for `xls` files. Because sometimes it might be useful,...

Hello and thanks for the gem, are you planning to bump a new version anytime soon?