Jerridan Quiring
Jerridan Quiring
I have a rails model with many callbacks - including: ```ruby after_create :trigger_created_event, unless: :skip_subscriptions after_update :trigger_updated_event, unless: :skip_subscriptions after_destroy :trigger_deleted_event, unless: :skip_subscriptions ``` Rubocop returned no errors. I added...
Adds a map of overrides for styling parameters to be considered unitless (ie no "px" added). Related to this issue: https://github.com/styled-components/styled-components/issues/3916
I ran into an issue where I was trying to convert html that had invalid floating point `colspan` values. This results in an error being thrown when `markdownify` attempts to...