estuary
estuary copied to clipboard
Hi! Just letting you know that I packaged `estuary 0.1.1` for AUR: https://aur.archlinux.org/packages/estuary. Perhaps a mention could be added to the README?
A goal for cargo is to stabilize "sparse registry" support. Adding support for this would (very roughly) mean Estuary would need to expose the index over HTTP instead of, or...
An alternative to #29 would be to look at switching to [axum](https://github.com/tokio-rs/axum). There are some small technical benefits, but mostly this would just get us better integration with the larger...
Hi, By protecting the /me with basic authentication to not expose the API key to the world (via reverse proxy), you natively limit the publish but keep the get accessible...
Right now, cargo sends a lot of data which is discarded with each publish given that the index data tracked by git does not provide storage for it. For example,...
The tokio 1.x world awaits in the new actix-web 4.x line. Now that it's out of beta, let's get the app updated.
I was asked a question about running Estuary on Kubernetes and if there was a good endpoint to use for liveness probes. I suggested using the landing page, but perhaps...
The fact the crate data is harvested from the git reflog influences how I approached this. We're basically iterating over log lines, but since a single package & version pair...
This increases the maximum payload size for the entire Actix app to 10MB. We've hit the size limit while publishing [Eclipse Zenoh 1.0.0-alpha.1](https://crates.io/crates/zenoh/1.0.0-alpha.2): ```text error: failed to publish to registry...