Finn Bear
Finn Bear
For better precision & accuracy, perhaps it should have more granularity than this repository: - If AS0 contains AS1, the format should support identifying AS0 as one type (applies to...
> blackbox the service. I'd like to know more about that. Is it proprietary? Is [this](https://rapidapi.com/CMunroe/api/blackbox) the link? Is there a way to get a more granular downloadable IP or...
Thanks for clarifying. My naive method was to take the union of the IP's of all blocked ASN's and put them in a set (membership in that set means blocking)....
> identification of AS Networks Depending on what is meant by "identification," these GitHub repositories might also be useful. Their license is more permissive. - https://github.com/ipverse/asn-ip (asn -> handle +...
@abdullahdevrel thanks! I have a question: In your opinion, if an open source project like the one proposed here used your CC-BY-SA 4.0 licensed data, would you expect all *users*...
Okay, cool. I appreciate that, as a user, I would only have to worry about one license, i.e. the proposed project's, and not IPinfo too :)
Downside 4: `serialize` returns a `Result`, so `encode` would either have to return a `Result` (breaks compatibility with `0.6`) or panic on `Err` from `serialize`. Still in favor of this,...
> most people will want to encode an `Uuid` with [bytes] instead of a `str` The correct choice is made automatically, considering `uuid` [checks whether the format is human readable](https://docs.rs/uuid/latest/src/uuid/external/serde_support.rs.html#23-31)....
> I am also interested in getting H1 idle timeouts available :) If you want, you can use the TOML snippet in my PR description to avoid needing to wait...
~~Today I investigated further and reached the conclusion that this PR is unnecessary for my use-case because, contrary to my [prior belief](https://discord.com/channels/500028886025895936/670880858630258689/1276568656276619406), `header_read_timeout` is applied to all requests, not just...