Michael Kintzer

Results 10 issues of Michael Kintzer

css with @keyframes rules parse as empty rule sets css_parser (1.4.1) ``` css = "@keyframes shimmer {\n 0% {\n background-position: top left;\n }\n 100% {\n background-position: top right;\n }\n}" parser...

FWIW I'm using the jasoncodes fork. I'm not sure if this is a hassle issue or a smart_asset issue, but posting it here for now. I'm attempting to package all...

I have to exclude prototype.js (v 1.7_rc2) from the asset package, and load it with javascript_include_tag in order to get prototype to load. The rake task asset:packager:build_all succeeds with prototype...

When patching an existing Subscriber to change their status from 'Unsubscribed' to 'Active' on a specific list, the wrong list gets activated. So e.g. if Subscriber is 'Unsubscribed' on both...

Not sure if this is possible, but would be helpful if update_all caused all effected records to version.

See pull request: https://github.com/maxgillett/s3_multipart/pull/33

See pull request: https://github.com/maxgillett/s3_multipart/pull/24

See pull request: https://github.com/maxgillett/s3_multipart/pull/32

Hi Max, Looks like the response object for signPartRequests has changed, which has wrapped the previous response json in an "uploads" key. This PR is to handle that change and...

Hi Max, This PR allows someone to upload Blobs as opposed to files. Blobs don't necessarily have filenames, and the S3Multipart::Upload#validate_filetype expects the upload to have a name, so I...