Andreas Fuchs
Andreas Fuchs
Hi @snaar, thanks for posting this question! I think that's a really interesting use case, even if I'm not sure how to properly support it with governor: Since the entire...
Thanks for the report! Could you clarify what about is is not `no_std`? The project is running a [CI task](https://github.com/antifuchs/governor/runs/3843596207?check_suite_focus=true) that should verify that it compiles and tests in a...
@dependabot rebase
The next release, 0.6.0, will have `DefaultKeyedRateLimiter` and `DefaultDirectRateLimiter` type aliases. Hope they will cut down on the type typing we have to do!
Now that https://crates.io/crates/governor/0.6.0 is out, I'll close this; if you still run into trouble with no_std, please feel free to re-open the issue with details.
You're right, there is a way to avoid having `headscale` print that warning. What I'm trying to get at is that whenever headscale used as a CLI program that is...
Thank you, again, I know _why_ the warning gets written. What I would like to see fixed is that _if_ a (any!) warning gets written, that warning goes to stderr,...
Yep, I tried that! Unfortunately, it seems some flags can only be communicated on the global `RUSTFLAGS` env variable. In all my experiments, no combination of unsetting the global RUSTFLAGS...
Extracting the hit counter to a separate crate would work for me, too! Any way to make it accessible really (:
Yeah, I'll be honest, it's been very tempting to mark this repo as deprecated, archive it and move on. If somebody wants to take over maintainership I'd be more than...