Visen

Results 96 comments of Visen

May I suggest either - Using issue labels to categorize issues better or - Using **Github Projects** to organize related issues and topics There are many highly active github repos...

Perhaps we could start by using some labels like - Planned/Accepted (Contributors plan to implement this) - Bug - Enhancement - Low Priority - High Priority

Why not use bitflags for this? ```C #define RENDERER_CAPABILITY_CURSOR 1

> This project currently allows for builds using both build scripts which directly invoke gcc or to be built using CMake. Seeing as CMake allows for more granularity/verbosity would it...

Other advantages: - The implementation of this interface would also likely reduce the amount of comptime function instantiation - which should help reduce both compile times and binary size bloat...

> * a decent package manager I don't know what lerno's position on this is, but I generally take Ginger Bill's strong anti package manager view. I don't think a...