05-01-2022, 11:48 PM
If I could make a suggestion, your branch already has lots of changes that are going to cause conflicts with things that others (like myself) are working on - I would recommend working on smaller parts in separate branches in your git repo and then submit them as PRs as you go along. That way we all can see what you're doing and get your changes incorporated into the main repository, and having smaller changes will make it much easier to review them and work around conflicts.
If you keep going as you are I think it's likely that by the end it will be extremely hard to merge your work. And that's fine if that's not your goal, but this is useful work and I'd definitely like to see improvements like this get incorporated into the main repository
If you keep going as you are I think it's likely that by the end it will be extremely hard to merge your work. And that's fine if that's not your goal, but this is useful work and I'd definitely like to see improvements like this get incorporated into the main repository