Sami Boukortt

Results 18 issues of Sami Boukortt

It seems that watt-hours are recognised without the need for a multiplication sign, but ampere-hours are not. Would it make sense to add them? ``` > 12.38Wh / 3200mAh No...

JXL_CRASH_ON_ERROR is always defined (which is why it was possible to use it in the runtime condition), so DuplicatePoints ended up always disabled.

ERROR deprecated: .Site.IsServer was deprecated in Hugo v0.120.0 and will be removed in Hugo 0.133.0. Use hugo.IsServer instead. ERROR deprecated: .Site.GoogleAnalytics was deprecated in Hugo v0.120.0 and will be removed...

Previously, draining was incomplete for LADSPA effects with a latency longer than either the buffer size or the input track (and the output was therefore shorter than the input), and...

`-5**2` should return `-25` (exponentiation takes precedence over negation) but it returns `25` instead. Presumably, it’s erroneously interpreted as `(-5)**2`.

Currently, those chunks can be read: https://github.com/image-rs/image-png/blob/ef61e7eb4784d875652bbcae6b556947bf781dd5/src/common.rs#L688-L693 but not written: https://github.com/image-rs/image-png/blob/ef61e7eb4784d875652bbcae6b556947bf781dd5/src/encoder.rs#L593-L616 It would be nice to have. Thanks.

For parameters from 1 to 65535 with defaults of 4096 and 128, the old logic picked “low” and “low”, resulting in default values of 16 for both, whereas this new...