Jasper
Jasper
Most people facing these issues are probably using some crate where `bzip2` is a transitive dependency (in my case about six crates deep), so unless features to control bzip2 build...
Yup, that works well for some cases, but in both cases that I hit this (dioxus and trunk) I was trying to `cargo install` something, so I'd have to fork...
What I do is patch in this line above the method in the header before passing it to autocxx: ``` /// ```
I found that this happens if the `bzip2-sys` crate finds a `bzip2` library using `pkg-config` while building, but that library is not in your system dyld path at runtime. There...
@stobrien89 As far as I can tell there are no API changes needed. `aws eks get-token` just uses the normal STS `AssumeRole` API when `--role-arn` is passed. That API of...
Any chance to get the PR #6747 reviewed?
We've been using it for more than a year for exactly that purpose. I'm not sure what I'm supposed to do to get the PR looked at / reviewed /...