Blake Hatch
Blake Hatch
I would like to take on this issue.
Oh wow I actually didn't know otel gives us metrics through logging that's really nice. Will leave this here for now as a reference for which stores have metrics currently...
Hi @chinchaun, thanks for the recommendation! We are planning on automating the process of keeping README and Quickstart in-sync. Also happy to have anyone work on that.
Yup there goes CI blowing up lol, let me fix I thought rust format would save me 😄
It seems like the lines in lib.rs pulling in the READMEs with relative paths `#![doc = include_str!("../examples/README.md")]` are causing issues with CI and creating the OCI image. Any idea on...
Yeah this should only be used in a safe environment like an EC2 instance. But they do need to set a policy file if they don't have one, either we...
I agree with all these points. However, the simple initial spirit of this issue is to to put an image with a well-documented Dockerfile to some cloud-based repository service that...
Seems like the best way to approach this would be to run tests that cause this issue (ex: "running_actions_manager_tests::entrypoint_cmd_does_invoke_if_set") in docker then with the frequency of failures noted attempt a...
Should we have a subset of READMEs that get synced with the docs? Deployment examples are 1:1 but quickstart is intentionally not 1:1 and takes advantage of mdx features.