Jakub Tesinsky

Results 41 comments of Jakub Tesinsky

@uranio-235 Unless you specifi how to reproduce the bug, I will need to close it, because I was unable to reproduce it.

Aargh, it has already there - see `used_rows_range` ... nevermind, the iterator would still be great.

Ok, more on this. There is actually difference, between `used_rows_range` and what I need. used_rows_range gets the range which is "technically" used, but it is not the same as the...

I will try to read through this, thanks for inspiration. Do you have any particular favorites in this API. Just write some pseudocode of gist how you would imagine that...

Ok, I did put some list of possible inpiraion to https://github.com/gorn/rspreadsheet/blob/master/DEVEL_BLOG.md (scroll down to possible ideas from Google Spreadsheet API (issue #9)). There might be some things, but it really...

@zekefast any thoughts on this? Have you looked at the ideas. What do you think?

can be resolved by `npm install --save-dev @types/jest-expect-message` now

There is a dark side of this approach thought - git does not handle well bigger binary files and the repository can get really large in short time. In fact...