Ryan Marshall

Results 9 issues of Ryan Marshall

With the original Liquid implementation, you are able to set an integer as a variable, and then use it inside bracket notation of an array/object to output the value of...

The conversion seems to strip the color profile in some cases. The original has the `Adobe RGB (1998)` color profile, but the resized version is missing it, and is noticeably...

Due to no `type` attributes on the pagination buttons, the browser renders them as `type="submit"`, which would submit a parent form if one is wrapped around the pagination. Adding `type="button"`...

This configuration: ``` cleanupImageExif: { keepOrientation: false, keepICCandAPP: true }, ``` Will truncate a JPEG image after upload. **Original:** https://syngency-upload.s3.us-east-1.amazonaws.com/3/models/102621/galleries/40822/milford.jpg ![image](https://user-images.githubusercontent.com/1321541/84305737-683e6480-ab0f-11ea-9858-817246f3ee55.png) **Uploaded:** https://syngency-upload.s3.us-east-1.amazonaws.com/3/models/102621/galleries/40822/MrD7G6hJRGacshrJsI7O_milford.jpg ![image](https://user-images.githubusercontent.com/1321541/84305712-5e1c6600-ab0f-11ea-84d7-f1eabdf4e026.png) ![image](https://user-images.githubusercontent.com/1321541/84305830-84420600-ab0f-11ea-955a-194fe629375a.png)

bug

Having trouble getting my head around how to simply pass stored access token credentials to the library, without the auth steps. Is there a simple example of how to do...

Ultimately this is more a fault of the API itself, but it would be helpful if the library converted these dates to ISO format for us. [Has been an ongoing...

It's common to store UUIDs in MySQL as `binary(16)`. This PR adds a `useBinary` option to convert the generated/returned UUIDs to/from binary format.

Thank you for the great package. I'm struggling with a persisting issue and wondering what I'm missing. If I simply load a record from a model, change a property, and...