Matthew Stadelman
Matthew Stadelman
Issue to discuss potential benefits of adding a format flag to expand byte-packed data into 8 bits per channel for easier end user consumption but otherwise leave it unmodified. Given...
**Expected Behavior** Integer values should still be handled as integers **Actual Behavior** Cells with integer values in the [attached](https://github.com/tafia/calamine/files/6186287/Profile.xlsx) XLSX file get treated as date times. **Effected Versions** 0.17 and...
The default value of false doesn't override an expicitly passed in nil value, such as when running `bundle exec rake eslint:print_config` without any arguments. As a result you get an...
I typically use the YAML formatted config for readability, but looking through the code this doesn't appear to be supported. I would be glad to submit a PR adding support...
@senny I threw this idea at you awhile back before I was familiar with how Sablon actually worked and how to manage the internals of a docx file. Ultimately you...
Sablon has a couple of internal APIs now that allow for end user extensions of the gem. They should be at least mentioned in a section in the README to...
The current block structure used by sablon to add images to the template suffers from a requirement that the merge fields be need to be inline with the image. This...
Given that fortran and C both use the same preprocessor I can probably copy these over directly without too many changes.
Once I have all the key features I know of implemented I will want to do broad testing against real Fortran code bases to see if there was anything I...
Fortran allows mixed postional and keyword arguments. I don't handle this gracefully in the read and write statement rules and possibly elsewhere. I should check if I can generalize the...