Andreas Fuchs

Results 111 comments of Andreas Fuchs

Oof. I'm sorry, but governor is currently limited to native 64-bit time representations, being nanosecond counts... 32bit just aren't wide enough to hold the number of nanoseconds required for any...

Quanta might work! I'm not sure what they use internally, it might be possible they use a different representation on 32-bit platforms... but if not, then it's not going to...

Holy heck! That's amazing!! Thanks so much for these contributions - I'm somewhat time-constrained this week, but I'll try to get them merged this weekend!

So, I love this! Two things that I'd like to see in this PR still: - [ ] some way to test this in CI, would hate to accidentally undo...

Oooh, that's super exciting - I'll check your changes out this weekend, hopefully we can get wasm support shipped soon!

It looks like the wasm tests you added are failing because it doesn't have jq available... this is weird. Since the circleci config is auto-generated by `cargo template-ci` (and so...

Hi, thanks for your interest! How to store a rate limiter in structs is definitely a thing that the docs ought to cover better, right on the cover page. Also,...

> I don't get autocomplete for the RateLimiter constructor like methods besides of new. That's curious (but may be related to the near-extreme levels of genericness going on)... are you...