Cristian Le

Results 475 issues of Cristian Le

It would be useful to allow to store some variables and/or secrets in the packit service/dashboard. This requires quite a lot of implementation so we could break it down in...

kind/feature
complexity/single-task
workaround-exists
impact/low
area/general
gain/low

scikit-build-core made `[pyproject]` and empty optional dependency since 0.9.0

I was designing a plan for a package that has a main `foo` and `python3-foo` rpms, and I wanted to test the plan without `python3-foo` installed by testing-farm. The simplest...

Trying to get an understanding with @happz on the issues in https://github.com/teemtee/tmt/issues/2922#issuecomment-2376776356 The main issue is that not all IDEs handle the `ModuleType` well, PyCharm for example fails to auto-complete,...

A few reasons for this move: - It would make migrating to `attrs` more easy #2831 - Plugin developers should use the same dataclass type - This would allow some...

I am trying to run `ruff` for a specific rule, but `ruff-format` and other auto-fixing rules are interfering. Would there be a way to run `ruff` for a specific code...

I was trying to use `fedora_latest` with `s390x`, but it failed due to missing dockerfile. This is unfortunate because that is where the main need for `s390x` runners is.

This comes from a debugging session in #152. It seems to resolve issues like: ``` Dockerfile.s390x.ubuntu18.04:1 -------------------- 1 | >>> FROM s390x/fedora:latest 2 | COPY ./run-on-arch-install.sh /root/run-on-arch-install.sh 3 | RUN...

I would recommend not using `poetry`, particularly since using any other PEP517 compliant build backend makes things so much easier. I have kept the `dev` dependency as-is so you can...

## Motivation This PR tries to address licensing issue in the `Cargo.toml` metadata. Both the source files and the generated files contain `Apache-2.0` licensed files, and as such the `Cargo.toml`...