Sven

Results 279 comments of Sven

Maybe not suited for everyone, but what I've done is I've taken the bigger libraries that use CC (most are from the JS ecosystem) and wrote a custom script that...

Maybe we should start by making a list of what kind of commit messages the test suite should contain. Should we create one commit message per possible combination? Like `no_body_no_scope_no_footer`,...

I didn't look that much into the code and I know that it is a huge burden, but from the feedback gathered here, wouldn't it be maybe a better idea...

Maybe as a workaround until specialized traits hit stable, a specific implementation for all primitives could be added to make this work for example: ```rust println!("{}", 42.red()); ``` Thoughts?

Could this be expanded to include more colors like gray for example? Not sure if I should open a new issue for this as it seems to fit great here...

I wonder what the decision was behind the colors. I expected all ANSI colors to be in there 🤔

Maybe the nicknames should be put into a separate PR. But I like the idea :)

Works. You need to install CMake from cmake.org as well as the Visual Studio 2017 Build Tools. There the components for `C++ Desktop Development` and `Linux Build Tools` have to...

Sorry for the inconvenience. I mostly was referring to the internal package. It might not be important on the first glance but documenting how the framework works under the hood...