Pierpaolo Follia

Results 5 issues of Pierpaolo Follia

When a column text contains special chars, like \n or \t and the column is small enough, the current wrapping algorithm panic since in [wrap.rs at line 309](https://github.com/zhiburt/tabled/blob/master/tabled/src/settings/width/wrap.rs#L309) `line_with` >...

question

A naive attempt to fix issue #410 The PR adds 1 to the width of a string when a special char is encountered.

A naive attempt to fix issue #410 The PR adds 1 to the width of a string when a special char is encountered.

enhancement

This pull request introduces support for mapping and managing door-related devices (doors, locks, and garage doors) and VIP devices (like doorbells) in the Comelit platform integration. It includes updates to...

A PR to make backoff optional (and disable it for routed connections). It introduces a new `BackoffConfig` structure to provide configurable retry logic for database connections. It replaces the previously...