Chris O'Sullivan
Chris O'Sullivan
The current version for AQGrid on CocoaPod is 1.3. This is fine and dandy, only there's some compiler warnings still left in there. Could you please create another tag so...
I18n fix
**Replace this text with a summary of the changes in your PR. The more detailed you are, the better.** ----------------- Before submitting the PR make sure the following are checked:...
This lets you set specific html values for the label. e.g. = f.text_field :address_line1, 'Address line 1', label_html: { class: "required" } This adds the 'required' class to the generated...
I want to be able to add a class to the label sometimes, and I can't figure out a way to do it. In order to do this in my...
Teeny tiny patch that ensures that the tests run with the newer versions of mocha. (Without this you get an obscure undefined local variable or method `mock` error)
Hi, The current cocoapod version is out of date (i.e. it doesn't currently work with storyboards). Could you please create another tag so we can update the 'pod? Thanks Chris
According to the schema: https://www.datypic.com/sc/ooxml/e-w_tblHeader-1.html if you add the w:tblHeader element to a table, then it can repeat across pages. I've created a pull request that adds this if the...
If the tblHeader property is added to a table, then the header row of the table is repeated across every page (if the table spans multiple pages). You can turn...