Gary Green

Results 63 issues of Gary Green

At the moment you can only have a defined padding, etc as per the settings in inky. It would be nice if internally it would merge some of the styles...

This cache package seems very geared towards storing and returning the actual data stored for the image. The problem is when it comes to filesystem, you really don't want to...

This isn't relevant for nodejs but for browser based validation - it would be useful to add a `file` validation rule. That way you can validate it's an actual file...

new feature
next

We get a lot of problems when it comes to missing attributes / values in language files. This could be because: * A new rule is added but the PR...

enhancement
new feature

I would find this particularly useful in dominar.js as I need to determine what data to pass to validator js from the form (in the case of the `confirmed` and...

Reference this line and `serialize` import: https://github.com/postlight/trimmings/blob/d5e4b12616e01611564bb4356b4b47f1273f62de/src/utils/loadElement.js#L19 If the `element` is a form then couldn't this just be simplifed as `new FormData(element)` and pass that onto `fetch` ? There's no...

Presently you have to duplicate where you want to load from and to for the inline feature: ```html Cake ... etc ... etc ``` This can get pretty repetitive if...

It would be great if we could configure the ajax/fetch requests to include additional information, a bit like [axios config defaults](https://github.com/axios/axios#global-axios-defaults) Our use case is that we want to add...

Currently you can only supply options to the plugin with an object. It would be useful if you could also pass a function and call the given `setPurgeCssOptions` callback to...

We're updating to latest version and have noticed a breaking change when using: ```php Hash::fromInt($num); ``` This use to allow strings, nulls and even super large integers - but now...