R Gibim
R Gibim
#380 - tests are passing I had to patch `Worksheet#[]=` method to, instead of setting `@numeric_values[[row, cel]]` always to nil, to set it to the value itself if it's a...
I want to be able to seamless work with date/time cells without depending on knowing the spreadsheet locale or the cell format. While researching, I found out that Google Spreadsheets...
I am working on a gem to parse and edit spreadsheets that might contain date and currency cells of any currency (the spreadsheets are from this project: https://aspirebudget.com/). Instead of...
concept for #378 Given the test spreadsheet: [link](https://docs.google.com/spreadsheets/d/1qcTJ885txKWr4gc1pIR0iWAc1nHzYMzpDIxsQvA4Go0/edit#gid=925237105) ("Transactions" worksheet) (unmodified) `#rows` will return: ```ruby [["", "", "", "", "", "", ""], ["", "Category Transfers", "", "", "Select a Category...
Hello @grodowski 👋 First of all, I'd like to say thank you for this great project! I've been using it extensively for the past year on the CI of a...
**Describe the bug** When I have a DualAdapter set (tested with Cookies adapter for not logged in and Redis adapter for logged in) with `fallback_to_logged_out_adapter` set to true and allow_multiple_experiments...
Hello Hanami team 👋 First of all I'd like to say thanks for the wonderful project. I've been following since I started with Ruby (in 2016) and I think it's...
On RSpec one can do: ```ruby expect { ... }.to change { ... } .and change { ... } ``` But it is not possible to do ```ruby expect {...
On our project we have a test as follows: ```ruby expect(get: :show, params: { id: 'null', format: :json }).not_to be_routable ``` Which is in turn raising a cop: ```ruby C:...
I don't think this is _really_ a bug, but maybe missing in documentation? Let me know what you think! The short explanation is that, when you use the `gemfile` option...