Michael Henriksen

Results 24 comments of Michael Henriksen

Are you running the pre-compiled binary release or compiled it yourself?

Thanks for reporting! This sounds like a pretty easy fix.

Hi Tomi, thanks for reporting. Yes, it would make sense to match screen names case-insensitive. I will modify the modules to do so!

Fow now it's only possible to scan repos on Github, but I could look into supporting local repos too. I will probably consider other code hosting sites out of scope...

Yes, I think that should be easy to implement, and makes sense! Thanks for the suggestion!

I would be very happy if this PR got merged in. Being able to work concurrently on repositories would be amazing! 🙏

@tomnomnom I came across the `httpx` project by Project Discovery and noticed that the tool has [support for filter strings](https://github.com/projectdiscovery/httpx#usage) with the `-filter-string` and `-filter-regex` flags. Would you be interested...

@Theblood I am not a maintainer of this project, so I wonder why you mention me. I'm sure the maintainer(s) will check it out when they have time and capacity...

@besttof @foreignsasquatch @tsbkw FYI, [my PR](https://github.com/wtfutil/wtf/pull/1449) has now been merged into `master` which has a fix for this issue. The issue turned out to be the fact that the default...

Ah, right, I forgot about the `last seen` value! Perhaps we could call it something like `reviewed_at` to better communicate when the entry was last checked for correctness? edit: updated...