abisammy

Results 6 comments of abisammy

> Yeah, it's a bit of a hack. I just wanted to put it out there as I stumbled upon this behaviour while working on another PR and there seemed...

Looks good!

Prettier is a code formatter, this means it can format the source code directly to ensure consistency, for example: - It can ensure code is properly indented - It can...

Just to clarify, the config is a config for prettier itself (the command line utility), and not IDE specific. Additionally what do you mean by reviewing the output please, does...

> If the IDE uses prettier, then it is. The config can either be used by the IDE or, the command line tool, its a generic config for prettier.

Was thinking about this... Might be better to implement filters in a better way, for example a more "todo list" style such as: https://www.w3schools.com/howto/howto_js_todolist.asp ![image](https://github.com/Moon-0xff/gnome-mpris-label/assets/75337261/67ecdfac-60fd-415e-957f-163cf780a8ae) I'm pretty sure in gnome...