Owen Nelson
Owen Nelson
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...
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...
Looks like `setup.sh` is not going to work on Windows since the user/group system is totally different, so maybe we can add some bat files to do things in a...
It's workable as is, but I have a little regret in keeping [onelson/jq-sys](https://github.com/onelson/jq-sys) and [onelson/jq-src](https://github.com/onelson/jq-src) as their own repos instead of having all three crates in this repo. I guess...
Haven't yet looked at what's different. This might be more relevant for the `-sys` and `-src` crates than this top-level one. Off the top of my head, it might make...
The error handling scene in the rust community has been shifting with the (sort of) recent changes to the Error trait in the std lib. The current Belle of the...