Alex Snaps

Results 97 issues of Alex Snaps

Kinda hacked in again… All this would deserve tests, kinda pushing as I go :( Sorry

# Pony runtime tweaks through arguments ## The existing * `--pony*` arguments are provided to the `ponyc` outputted executable * We’ve enhanced bad input handling to _existing_ arguments (required option...

- [ ] Add distribution of response times (hdr histogram?) - [ ] Have some kind of a perf test bed (at some level: k8s, limitador-server and/or limitador crate) -...

kind/epic
size/medium
target/current

With adding the version to the package being released, if the `Cargo.toml` `version` isn't matching, the publish would fail: ``` cargo publish -p limitador:0.3.0 error: package ID specification `[email protected]` did...

Currently counters used in memory are non thread safe and rely on the coarse lock at the "root" level of the store. I don't think we need this to be...

kind/enhancement
participation/help needed
status/discussing
area/library

While we do have a `TtlCache`, the `Set` of `Counter` in `limits_for_namespace: RwLock` will grow unbounded. The `TtlCache`, limited to 1000 entries by default, will evict expired entries (when at...

kind/enhancement
area/library
target/current

To be merged when we have the release script for the server container image - [ ] Fix dates in `CHANGELOG.md`s

- [ ] There are things still pointing to the `3scale` org on quay.io… - [ ] Need to update to `v1.0.0` of limitador as well - [ ] More…?

kind/enhancement
area/server
target/current

With trying to fix #100 in #130 - it turns out there isn't really a way to consistently report error with the underlying storage. We probably should come up with...

kind/enhancement
area/library
target/next

See https://doc.rust-lang.org/std/future/trait.IntoFuture.html

kind/enhancement
area/library
target/later