Cory LaViska

Results 49 issues of Cory LaViska

When binding `value` on an input before `min` and `max`, the value is clamped to the default `min` and `max` values, resulting in what appears to be buggy behavior. Note...

Not sure if this is an easy fix or not. If a word has smart quotes (either raw or entities) it will be split. Examples: ```js // With smart quotes...

I'm considering a release that would drop support for PHP 5.x since it's [no longer supported](https://www.php.net/supported-versions.php). This will be a breaking change, so the version will move to 4.0. There...

Help Wanted
Planning

Because of the way GD works, exif data is discarded when an image is saved. It would be really nice to write this data back to the file when saved...

Feature
Help Wanted

I'd love to add antialiasing to all drawing methods. The [`imageantialias`](http://php.net/manual/en/function.imageantialias.php) method states it works for lines and ellipses, but it doesn't support alpha components. I would prefer a solution...

Feature
Help Wanted

Currently, the `text` method has `$angle` hardcoded at `0`, but angles are supported by the appropriate PHP functions. The biggest challenge here is calculating the post-angle position of the text...

Feature
Help Wanted

This is also on the list

tests

It's on the list, folks

enhancement

**Describe the bug** Using `/+esm` to import more than one ES module from the same library results in shared modules being bundled, effectively breaking singleton patterns. The behavior is demonstrated...

discussion

Add the ability to nest navigation one or two levels deep. Requirements: - Must be able to drag and drop to achieve this - Must be touch friendly [This library](https://github.com/ilikenwf/nestedSortable)...

admin
feature