iustin24

Results 4 issues of iustin24

It would be useful to have an option to disable chaining words with: `crate::words::extract_words(domain_components.iter(), word_filter)` Perhaps adding a parameter `extract_custom: bool` to `RipgenManager::new()`.

Right now swap_words_transform only swaps words if `domain_components` contains words from the wordlist. There should probably be two different transforms: Input words: ``` staging dev ``` Input subdomains: ``` promo.staging.google.com...

**Describe the bug** The recursor binary in trust-dns-util does not work and returns a stack overflow error. I've also tried writing my own implementation using trust-dns-recursor and I'm getting the...

bug
crate:recursor

When running `unfurl format %r.%t` on a long list of urls, the function `extractFromDomain()` will be called separately for each one of the urls, multiple times. This causes the same...