John
John
- Cross ref to [2022-10-25 Alice Initiative welcome aboard!](https://github.com/intel/dffml/discussions/1406?sort=new#discussioncomment-3963713) - Reproduced bellow - Harsh joining us to do some Python package analysis work --- ## 2022-10-25 Alice Initiative welcome aboard!...
## 2022-11-02 Harsh/John - https://github.com/intel/dffml/discussions/1406?sort=new#discussioncomment-4041436 - https://pip.pypa.io/en/stable/reference/requirements-file-format/ - Installed VS Code build tools and used the developer prompt from there and it worked - Remembered pipdeptree exists - We should...
A discussion today revealed we should go with the file paring approach (rather than `pipdeptree`)
- https://github.com/anthonyharrison/sbom4python - Perfect!!! ```console $ sbom4python --format json --sbom spdx -m black { "SPDXID": "SPDXRef-DOCUMENT", "spdxVersion": "SPDX-2.2", "creationInfo": { "comment": "This document has been automatically generated.", "creators": [ "Tool:...
This worked for me: ```bash for package_name in $(sudo ls /var/lib/dpkg/info | grep -i odbc); do sudo mv -v /var/lib/dpkg/info/$package_name /tmp/; done sudo apt --fix-broken install -y sudo apt-get -y...
Just FYI, have been working on some IETF SCITT policy engine based patterns for evaluation of GitHub Actions schema based workflows which load data for evaluation leveraging content addressable ontologies....
I can confirm that this works with Sierra. I added the following to my qemu-system-x86_64 options. ``` -netdev user,id=hub0port0 \ -device virtio-net,netdev=hub0port0,id=eth0 \ -set device.eth0.vectors=0 ``` I was working off...
I recently started getting the same issue, haven't figured out whats up yet.
Someone fixed the query option recently which means that kcc should now pull from the wiki correctly. However I'm not sure on the rest of your question. Perhaps we should...