Cristian Le

Results 1279 comments of Cristian Le

The core issue here seems that if there is a keyword it does not recognize, it simply ignores it which becomes `/packit-ci test` (tried it with `/packit-ci-str test rpminspect` and...

As a clutch, it does help. The preferred interface would be to not have to check for `isinstance(_, param.rx)`. Unfortunately the only method that I know would work is like...

I could look into the Fedora packaging. But on the pip distribution side, there is a push to upstream the bindings https://github.com/llvm/llvm-project/pull/125806. Afaict it still needs the library itself, but...

> Do you have any idea yet if there's going to be yet another project on pypi for the official bindings, or can you somehow take over either or both...

> Maybe. I'm not quite sure what exactly this would mean. Some github workflow setup? The tool is [packit](https://packit.dev/docs/guide), but yeah, basically it would just be a CI that does...

The issue is with propagationg the choice of `rustls/ring` vs `rustls/aws-lc-rs` that needs to be propagated to all dependencies until the leaf package. E.g. in `atuin` it has dependencies on...

Of course that's possible, but then we would have to manage the non-`aws-lc-rs` feature, i.e. we would have to manually inlcude `["http1", "tls12", "logging"]`. The proposal is to move all...

I presume depends-on #3664

Is this still relevant after 32bac2ecb6566cfc5f9d024cec2a147e67fe8761?

https://github.com/fedora-infra/noggin/issues/1538 relevant to track > Also, Fedora Forge currently does not have a way to trigger TMT tests There is actually a testing-farm github action that could be converted to...