Tim Düsterhus

Results 142 issues of Tim Düsterhus

### Tool Name and Version `valgrind --leak-check=full ./haproxy -dMno-merge -c -f cfg` ### Code Report ```plain ==117637== 384 bytes in 2 blocks are possibly lost in loss record 6 of...

status: future fix
type: code-report

see: https://github.com/haproxy/haproxy/runs/1420090111#step:12:130. A documentation update should not cause the test to fail.

type: bug
status: future fix
subsystem: tests
2.0
status: backlog
2.2

## Code Report Tool: `valgrind --leak-check=full --show-leak-kinds=definite ./haproxy -c -f /tmp/haproxyconfig/haproxy/cfg` ``` ==22368== HEAP SUMMARY: ==22368== in use at exit: 1,851,960 bytes in 3,344 blocks ==22368== total heap usage: 6,855...

type: code-report

https://github.com/paragonie/constant_time_encoding/blob/751efde07971b3996094408c1efde0e379a558dc/tests/Base64Test.php#L27-L34 Should one of these test against `encodeUnpadded` like for Base32: https://github.com/paragonie/constant_time_encoding/blob/751efde07971b3996094408c1efde0e379a558dc/tests/Base32Test.php#L24-L27?

## Bug report PHP-CS-Fixer incorrectly unindents the comment and indents the closing brace of a switch when the last case only contains a comment. ``` PHP CS Fixer 3.9.4 (093466b)...

kind/bug

## Bug report ``` $ phpcs-fixer -V PHP CS Fixer 3.2.1 Mountains by Fabien Potencier and Dariusz Ruminski (13ae36a) ``` ```php $ cat .php-cs-fixer.dist.php

kind/bug

`splitList()` is a replacement for `normalize()`. It was forgotten to adjust the README.md in guzzle/psr7#477.

Hi :wave: This is my first contribution to PHP CodeSniffer. This PR adds a sniff that detects mixed boolean operators (`&&`, `||`) within a single expression without making precedence clear...

- [x] Migrate missing CSS from https://github.com/WoltLab/WCF/blob/master/wcfsetup/install/files/style/icon/icon.scss - [ ] Update CSS Pseudo-Element rules: https://fontawesome.com/v6.0/docs/web/setup/upgrading#_6-update-css-pseudo-element-rules - [x] Correctly handle the fact that the icon width may be up to 1.25×...

Feature