EdJoPaTo

Results 91 issues of EdJoPaTo

#214 removes the implicit features of the dependencies. Maybe the names can be improved / simplified (mentioning telegram in the telegram related crate is superfluous). Maybe the default feature can...

ratatui has a `border!` macro behind the macro feature flag. Move this macro here and remove that feature flag from ratatui.

A fix in unicode-width 0.1.13 introduces buggy behavior in ratatui rendering. MQTT topics which publish with control sequences (like espHome devices on /debug do) cause the rendering to be off....

This is useful while developing to notice these lints even before they are released. Even when breaking they improve the code quality. Also, notice that this PR doesn't change code...

Running on beta mainly uses up a lot of resources without much benefit. Doing this on stable and the MSRV is way more useful in comparison. The main benefit of...

The current approach of calling API methods is somewhat repetitive. `bot.send_message(&SendMessageParams::…)`. From the method alone its already clear which params is required. Writing code with that requires first the method,...

While tinkering on #260 I noticed that mime_guess doesn't seem to be required. Everything I tested worked fine without. But I only tested with quite small files and the officially...

## Problem `HighlightSpacing` is used by table and list but is currently located with the table. (results in odd imports for List: `use crate::table::HighlightSpacing;`) More external widgets might want to...

Type: Enhancement
Effort: Good First Issue

**Is your feature request related to a problem? Please describe.** The README is getting longer and longer and scrolling in it seems not a well-structured approach. Also, there are some...

enhancement