Peter Kovacs
Peter Kovacs
`charsetnr` is (appears to be?) the only way to tell the difference between two fields like this: ``` field_a VARCHAR(255) COLLATE utf8_bin, field_b VARBINARY(255) ``` Having `charsetnr` makes determining the...
* Disallow swipes that reveal no actions, allow "unswipes". * Restrict swipe recognition to 22.5° from horizontal.
Delay setting the target state until after the animation has completed. To be honest, I forget what bug this was fixing as I actually wrote this a few years ago.
This fixes an issue where, if something causes `layoutSubviews` to be called, the cell can get out of sync with its underlying state.
This resolves a bug where if something triggers a layoutSubviews in your {Collection,Table}ViewCell while the actions are visible, the actions will remain visible. Without this fix the actions would disappear...
A useful utility function for lazily evaluating the contents of a node.
The motivation for this PR boils down to: - Standardize on a single markdown implementation that's well-known and well-tested. - Convert from Markdown → Node tree. - Modifiers can hook...
Displaying a chart in Gmail does not work with the current jstize function. It seems that Gmail chokes on unescaped | (pipe) characters for a labelled line chart, prefering the...