Matthew Parnell
Matthew Parnell
:+1: I came here to say there same thing @ericniebler is there any reason it shouldn't be added?
for portrait displays such as mobile, the horizontal line spacers seem appropriate. I use DIM via a browser and alt-tab whilst gaming (quite frequently); for landscape displays like that of...
My current work around is to use a class with a set of stream operators. *edited slightly to only show the logging* ```cpp namespace utils { // in utils.hxx class...
Use a `struct` if you make your own struct, you can set default arguments for each of the values. ```cpp namespace fs = std::filesystem; struct cli_args { bool help{false}; fs::path...
As `COLUMNS` isn't always an environment variable (for example on mksh, you can access it as `$COLUMNS`, but it isn't stored in the environment); it would be best to fall...
Interesting; last night there was no extra tab/window within Firefox for this. After a restart, there was. My understanding of Windows development is limited (I primarily develop on and for...
I too would like to see this feature :+1: