Manas Khurana

Results 5 issues of Manas Khurana

It doesn't work because it relies on ksysguard which is not present on Plasma 5.22. It can be fixed manually by installing ksysguard (`sudo apt install ksysguard` or your distro's...

Expected Behavior: Regardless of where the sources are, if files are being watched and a file among them changes, defer statements should always run before running the task again. Taskfile:...

area: watcher

Currently, there is an option to show all the directories before all the files using `--group-directories-first`. However, it is often useful to do the reverse, i.e., show all the files...

good first issue

**Describe the bug** `dayjs.tz(instance, timezone)` returns different values depending on the type of input. If the `instance` is of type string, then the value returned is correct and as per...