andrews05

Results 25 issues of andrews05

I often use forms with validation inside a bootstrap modal and found a problem with the focus option - it will focus on the input but scroll the page in...

I was comparing performance on two MacBooks and was surprised at some of the results. I used the included `benchmark` program to compare the following hardware: 2015 MacBook Pro: 2.2...

enhancement

Hi, I think this is a quite okay image format and I've been working on a Swift implementation. I have a couple of questions regarding edges cases: **Truncated data** In...

I'm using the following OrderedDictionary function: ```Swift public mutating func updateValue( forKey key: Key, insertingDefault defaultValue: @autoclosure () -> Value, at index: Int, with body: (inout Value) throws -> R...

enhancement

The `SparkPostPromise::then` function does not return the result of the callback functions. This means the new promise that it returns will have no data. ```PHP $result = $sparky->request(...)->then(function($response) { //...

On node 21, using sentry cli shows a warning: ```DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.``` Here's the dependency stack leading to punycode: ``` @sentry/cli@npm:2.21.2...

Status: Backlog

I've been using an older version of the plugin and am just looking at updating to the current OOP version but can't figure out how to run the cleanHtml function....

enhancement

For zip archives that have been created using level 0 ("store"), ect does not recompress the files inside.

Fixes #579. In lack of a proper understanding of what's going on here and why the issue is happening, this workaround will do for now.

It would be really helpful if jpeg-recompress could automatically rotate images according to the orientation flag in the EXIF data, particularly if stripping metadata.