Abin Simon
Abin Simon
Just wondering what a good option name would be? 🤔 `bytes_with_thousands_separator` is a bit too long. Or maybe even a separate option like `--num-separators` which someone can set to on,off,auto...
Not sure if it will be useful in MB/GB etc as that will break off to next unit at around thousand. As for UNIX timestamp, I don't think comma in...
The solution you bring up actually sound pretty good. Also the word `thousands` does not make sense anyway. I forgot that in my country we actually separate by hundreds after...
@zwpaper I think we should probably hash out the details for a breaking change before you put in effort to implementing it. Can we start a thread on this, or...
I don't think there is anything necessarily bad about having multiple files, one for colors and one for icons. Besides, I see a few positives for this: - No breaking...
How about for icons theme, we explicitly call it `overrides` and keep the `theme` one with existing functionality. I am not sure if that is the best approach though. _For...
> for the default theme file part, I am totally ok with the color.yaml and icon.yaml, the default theme we offered works like those two files, the difference is users...
> a symbol link is more like a workaround if some apps did not have a config file. It does not really have to be symlink, it could even be...
> I still believe that specifying the theme in config file is the proper config file usage. no matter symlink or moving files, both seems like the workaround. I feel...
> I check the default icon theme file if no icon theme flag is present, but not handling the color theme file, one reason is that the color theme file...