Kevin Matthes

Results 172 comments of Kevin Matthes

Okay, then just not applying the iterator pattern.

#82 outlines another point: CRLF. At the moment, Zee replaces them by simple line feeds. I have absolutely no problem with that but maybe some people would like to keep...

At the moment, I am considering possible solutions to the Colour Panic bug, see #42, and came across the `strip_trailing_whitespace()` function, as well. I found this implementation working identically compared...

Despite that my suggestion adds another newline to end of the buffer, how does it perform in contrast to the original implementation regarding your example on your machine?

In my opinion, there are two major starting points to solve this issue: 1. Implement a mechanism to wait for the saving to finish before leaving the application. 2. Optimise...

How about making the waiting for the saving to finish an option for the configuration file, as well?

Might this issue be related to the "Colour Panic" described in #42? Since even this repository's README triggers a colourisation failure, the described bug might originate from such a "Colour...

There is also the possibility to add a badge to the README that the CFF data are valid. Shall I add it?

I admit that this is not the most performant solution but as a first suggestion, it replaces the previous obligation to add any suffix combination by hand. I am working...

I assume the origin of this bug is the unused `zee::components::theme::Base16Theme::base07` field since the only theme which is not affected is the default one which does not use this struct...