Jarno Pelkonen

Results 4 issues of Jarno Pelkonen

Hello, Thank you for a highly useful script. This PR adds support for version filtering when installing new kernels. E.g. `-i v5.17` will install the latest `v5.17.x` kernel available. It...

### Summary Any Ansible task fails if ran with `become:true` and `become_method: machinectl` with error: ``` fatal: [localhost]: FAILED! => { "changed": false, "module_stderr": "", "module_stdout": "\n", "msg": "MODULE FAILURE\nSee...

bug

Hello, I noticed cfv does not use type hints. Type hints and type checkers such as [mypy](https://mypy.readthedocs.io/en/stable/#) are great aids for making robust code. Strongly recommended. Cheers, J

help wanted
code quality

Hello, Big thanks for reviving the cfv project! I just installed it and it works great Have you considered adding [Blake 3](https://github.com/BLAKE3-team/BLAKE3) support? It is a very fast hash algo....

enhancement
help wanted