Christopher

Results 6 issues of Christopher

See my bug report here: https://github.com/locomotivemtl/locomotive-scroll/issues/362

Before, when used in vertical scrolling, x was always smaller than this.instance.limit.x resulting in the problem described here: https://github.com/locomotivemtl/locomotive-scroll/issues/362 From a performance point of view it is better to not...

Hello 👋 **Describe the bug** I use the on "scroll" event to determine the scroll direction. When scrolling with the mouse wheel the direction is correctly reported as "up" and...

**Is your feature request related to a problem? Please describe.** I have a small intro animation achieved by automatically scrolling down one viewport after page load to a short text...

utf8_encode() is deprecated in PHP 8.2

When trying to insert a **varchar** or **char** field AFTER an **int** field via the change table function, Adminer doesn't include the length in the generated SQL command. The newly...