Open brianthelion opened 2 years ago
Ah, nice idea! Definitely open to a PR if you're motivated, otherwise I'll take a look at this when I have some time.
Thanks for filing this issue!
After spending some time with the dtrx
source code, I'm a little unsure about how to best implement the feature. Probably worth discussing a bit. The "tricky" logic is here:
https://github.com/moonpyk/dtrx/blob/f8140a1ce64120d631e23af9b1525959d1095434/scripts/dtrx#L1275
I'm not entirely sure I follow what's supposed to be happening here, beyond the obvious.
Any insight?
First, thanks for taking this project over! Great effort.
My feature request: I would love to see the monolithic
ExtractorApplication
broken down into smaller pieces. Ideally, I would be able to do something like this instead of callingExtractorApplication.run(...)
in my code:Cheers!