Al Johri
Al Johri
I'm working with a recursive sitemap and it would be helpful to return the name of the sitemap url that the item was returned from. is this possible? I would...
Would it be possible to enable installation of the binary via `cargo install ...`? ``` ❯ cargo install mozlz4 Updating crates.io index Downloaded mozlz4 v0.3.1 Downloaded 1 crate (2.5 KB)...
Cloudwatch Variables [are now GA](https://aws.amazon.com/about-aws/whats-new/2023/06/amazon-cloudwatch-dashboard-variables/) and have full [CDK support](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_cloudwatch-readme.html#dashboard-variables). It would be great to use a CFN Variable for Application ID where the Stack Parameter is optional and that...
I just enabled [`tokio_unstable`](https://docs.rs/tokio/latest/tokio/#unstable-features) in my application and I see tests that make use of `logs_contain` are now panicking. Here is the line at which the code panicked in my...
I have a use case where I would like to have groups of arguments where either all of them are present or none of them are present. Essentially the flags...
### What is the bug? When grabbing a `binary` value out of opensearch via opensearch-hadoop and writing the data back to opensearch, it gets base64 encoded again. ### How can...
currently it only accepts a string; would be great to also accept a pathlib.Path objects as input
When working through a large set of warnings, I would like to be able to pause `bacon` to stop re-rendering on each save. This is because on every save the...
I've made the mistake a few times now of thinking a metric doesn't exist and finding it is in [tokio](https://docs.rs/tokio/latest/tokio/index.html)::[runtime](https://docs.rs/tokio/latest/tokio/runtime/index.html)::[RuntimeMetrics](https://docs.rs/tokio/latest/tokio/runtime/struct.RuntimeMetrics.html#) rather than this crate. Some examples of this are: -...
Is it possible to instrument a `spawn_blocking` task? I am currently getting this error when I try to instrument the closure being passed into spawn blocking: ``` expected an `FnOnce()`...