Dmitry Volodin
Dmitry Volodin
I can add that even wipes are not recorded sometimes. Also just got Lua error on ?? kill: ``` 1x DBM-Core/DBM-Core.lua:6294: attempt to compare number with nil [DBM-Core/DBM-Core.lua]:6294: in function...
It's the full error. To be clear, kill was recorded in stats even with this error (but without kill time). 
I want to have a go at this issue, it's almost time to drop Python 3.9 after all. After starting this one, I have one question: should we keep SBOM...
For anyone still wondering about this issue, adding `ref: ${{ github.ref }}` to the step fixes this if you want just one branch. ```yml with: fetch-depth: 250 fetch-tags: true ref:...
> uugh, why is copilot commenting on this? because I have Copilot PR reviews enabled (for all my PRs in all repos). There might be a way to disable it...
Other than [Tests that may fail due to network or HTML](https://github.com/intel/cve-bin-tool/actions/runs/18248049971/job/52623849047?pr=5378#logs) all the failed tests on this PR also fail on the main branch It's basically just this one test...
Duplicating my question from the issue here TLDR: do we want to remove SBOM files for unsupported Python versions? https://github.com/intel/cve-bin-tool/issues/4579#issuecomment-3368289481
@terriko @ffontaine can you take another look, please I'd be willing to work on dropping Python 3.9 after this is merged :D
I have replaced `toml` dependency with `tomli` `toml` is abandonded, it hasn't seen any releases [since 2020](https://pypi.org/project/toml/0.10.2/) [`tomli`](https://github.com/hukkin/tomli) is a community recognized replacement. Note that this is only required for...
Hm, I'm really not sure why [Linux Tests (3.9)](https://github.com/intel/cve-bin-tool/actions/runs/18260617138/job/52623495222?pr=5379) failed while building wheel 🤔 I can build it just fine locally with Python 3.9 and it succeeded in my repository....