CCExtractor / CCExtractor/taskwarrior-flutter
bug: Duplication of Taskrc parsing
- Dominant language
- Dart
- Stars
- 244
- Forks
- 179
- Avg merge
- 12h 42m
- Merged PRs (30d)
- 2
Description
### Describe your issue
In [home_view.dart](https://github.com/CCExtractor/taskwarrior-flutter/blob/main/lib/app/modules/home/views/home_view.dart) Taskrc parsing block is copy-pasted twice, doing the same work back-to-back.
https://github.com/CCExtractor/taskwarrior-flutter/blob/f058b4a17d4de6acbeb58a05fa19099737378b0f/lib/app/modules/home/views/home_view.dart#L24-L32
### Steps to reproduce
-
### What was the expected result?
Parsing should run once.
### Put here any screenshots or videos (optional)
_No response_
### How can we contact you (optional)
_No response_
### Would you like to work on this issue?
Yes
### By submitting this issue, I have confirmed that:
- [x] I have starred the repo ⭐ and watched 👀 it on GitHub and followed the contribution guidelines.
Contributor guide
Assessment
This issue has not been assessed yet.