Adam Lesperance
Adam Lesperance
Any chance of this happening or is this mostly in maintenance mode?
## steps Repo showing steps / code: https://github.com/lespea/sbt-1.10-issue ### (steps supplementary provided by @eed3si9n) 1. make a Java-only library, and thus set `autoScalaLibrary := false` on the subproject 2. but...
It would be useful if there was a call to check an ipv6 was a teredo address and extract the relevant parts https://en.wikipedia.org/wiki/Teredo_tunneling#IPv6_addressing
**Is your feature request related to a problem? Please describe.** It would be nice to have some sort of toggle so you could add `-u` or `-uu` if you want...
**Is your feature request related to a problem? Please describe.** Maybe there's already a way to do this and I just don't know how, but it would be very useful...
So there were a bunch of choices I had to make to get all the checks cleared that I wasn't 100% on so... please make sure to go through everything...
So running `make staticcheck` produces a ton of findings (and even some source files that don't compile!). Before working on any of them I want to make sure there aren't...
**Describe the bug** The [all domains link](https://raw.githubusercontent.com/mitchellkrogza/Phishing.Database/master/ALL-phishing-domains.tar.gz) only has 891 domains and a rough parse of the [all links document](https://raw.githubusercontent.com/mitchellkrogza/Phishing.Database/master/ALL-phishing-links.tar.gz) has ~300k domains.
I'm trying to use a ChainedProvider such that it tries both the aws env variables and the aws config file. If I have the provider setup like this, ```java ChainedProvider(...