Michael Adams
Michael Adams
InlineStyle doesn't appear to respect the `media` attribute in `` tags, meaning that print stylesheets get processed and included beside regular stylesheets. This issue only came to light for us...
I have an IP camera that has a trailing space in its QUIT command. E.g. ``` 220 wconrad/ftpd 2.1.0 USER ... 331 Password required PASS ... 230 Logged in TYPE...
In `Utopia::Exceptions::Handler` the `call` function has `rescue Exception => exception`. In `Utopia::Exceptions::Mailer` the `call` function has `rescue => exception`. Why the difference? I found a case where incorrect ruby in...
This fixes a few typos where `path` and `@path` were used interchangably, and fixes an error serializing data to disk when UTF-8 was used as the internal encoding (e.g. in...
Hi there, looks like tags for v1.3.10, 1.3.11 and 1.3.12 haven't been added? Also `version.rb` says `1.3.11` even though the latest version on rubygems is v1.3.12. Makes it a bit...
This fixes the following error when using Rails 6: > `ActiveRecord::Base.configurations` in Rails 6 now returns an object instead of a hash. The `keys` method is not supported. Please use...
If a party has a note with attachments, then running `CapsuleCRM::Organization.find().histories` generates the following error: ``` NoMethodError: Expected [{"id"=>"31511119", "filename"=>"005_550.jpg", "contentType"=>"image/jpeg"}, {"id"=>"31511120", "filename"=>"Airvan1.jpg", "contentType"=>"image/jpeg"}, {"id"=>"31511121", "filename"=>"airsafaris-2nomads-5.jpg", "contentType"=>"image/jpeg"}, {"id"=>"31511122", "filename"=>"L.Tekapo_-_Cass_River.jpg", "contentType"=>"image/jpeg"},...
## Describe the bug When using a logger with `filters` specified, and you pass a reference to a hash as a parameter, and that hash has some parameters that will...