Fred

Results 8 comments of Fred

@paulocoutinhox In case you still got this issue, try adding the compile options **`-fno-elide-constructors`** and **`-fno-default-inline`** in addition to `-fprofile-arcs` and `-ftest-coverage` as it may also help with coverage of...

Addressed feedback from @zserik . Both commits might not be the most ideal solution. For the use of this thread pool only the `ThreadPool.h` file is nessesary while the `example.cpp`...

I debugged this and it looks to me like this is a bug in the underlying [iced](https://github.com/iced-rs/iced) framework when using `Alignment::Center` for a `SegmentedButton`, which is used in the display...

Oh, that's cool! I didn't realize that this was possible. Also, I didn't know that shift + ctrl + c was implemented to copy the file path and only noticed...

@maria-komarova alright, it's implemented like your suggestion now.

> I find it a bit weird that you press a key and a different one appears. For me it is the other way around. If enter a branch name...