Pris Nasrat
Pris Nasrat
Although the metadata/docs of the project say MIT it would be ideal to add a copy to the repository http://choosealicense.com/licenses/mit/
#### What happened: I was testing the RPM scanner functionality and noticed it was returning no packages on recent Fedora images (36+), compared to running generate on debian images. Here...
/kind documentation #### What happened: I was checking out `bom` and the instructions in the asciinema for building the tool are incorrect. Following https://github.com/kubernetes/release/commit/9d20564edf038ff1df5625de4d6878eb01fb5e96#diff-6b680f315f5f071ad9a14ff82bfcf67880a01f26e03cafbb8bd2553a5c1b6ddd the asciinema tutorial is misleading as...
In libchan we need a way to seamlessly carry trace, debugging, cancellation and other data across boundaries - whether that be process, goroutine or RPC. The code.google.com/p/go.net/context package provides wiring...
I was testing out corrosion and followed the docs, and checked out the v0.1.0 tag ```bash $ git checkout tags/v0.1.0 -b v010 ``` After deploying the machine was flapping and...
The helm testing for the pytorch image was timing out at 20 mins in CI, and not locally. This was preventing the image from being built. The tests where disabled...
Currently pkg/build/pipelines/python/import.yaml uses python3, this should be configurable
For example Python [PEP 440](https://peps.python.org/pep-0440/#public-version-identifiers) uses pre-release identfiers including `a` and `b` These are compatible with semver but not excluded when `wolfictl check update` is run Currently the githubrelease checker...
``` 2024/08/08 17:16:07 INFO -- Checking for module 'liblz4' 2024/08/08 17:16:07 INFO -- Found liblz4, version 1.10.0 2024/08/08 17:16:07 WARN CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): 2024/08/08 17:16:07 WARN Could NOT...
The gcc-12 12.4.0 bump broke compilation due to missing dependencies Ensure that our C/C++ compilers have adequate test pipelines to ensure compiling works