Weston Ganger

Results 88 issues of Weston Ganger

It seems to me that the additional features offered in [`axlsx_styler`](https://github.com/axlsx-styler-gem/axlsx_styler) are a very nice upgrade to `caxlsx`. I have been using it successfully with `spreadsheet_architect` for over 6 years....

We are looking into merging this upstream into caxlsx directly You can following along at https://github.com/caxlsx/caxlsx/issues/167 and https://github.com/caxlsx/caxlsx/pull/168

Merged

Is there a way to go back one question? I frequently get annoyed when I realize I chose the wrong answer.

Solves #11 - Dont annotate errors to files - Squelch errors by default - Use `config.debug = true` to puts errors Note: this is untested so far I merely wrote...

Something to note its pretty awkward to use both underscore and dash in the gem name. Usually that denotes a plugin for a gem and even then I find it...

We need some other way to ignore certain files. Maybe we could have an `.annotate_ignore` file in the project root where we list these?

In some of my Rails apps I connect to multiple databases. In that way I define my models like so: ```ruby class Project < OtherDatabaseModels self.table_name = "other_db.projects" end ```...

I don't want to see error messages being annotated on the top of classes that failed. This happens commonly on parent classes such as ApplicationRecord or other custom ParentModel. Examples:...