Martin Čarnogurský

Results 36 comments of Martin Čarnogurský

That's me on PyPI, I was going to upload the forked & modified version but forgot to change the package name before uploading so I took the package name by...

I see that there are multiple repos being forked with some of them more updated than others in terms of pull requests. So let's maybe form a plan or otherwise...

regarding the documentation, to me it looks like normal github-pages with static HTML. You can see it in https://github.com/smarnach/pyexiftool/tree/gh-pages so if you just generate sphinx docs into gh-pages branch it...

I can confirm this bug is present and can be reproduced via the docker image, here is the log from my mirror: ``` 2021-06-28 09:59:18,311 INFO: Starting verify for /data/mirror...

I already use yara in multiprocessing setup and have not experienced any problems. I maintain FOSS that uses yara-python bindings and can be configured to use either ProcessExecutorPool (essentially multiprocessing)...

This would be very helpful as it impacts how complete the SBOM for python packages is. At the current state, the list of dependencies for a package to audit a...

I dived more into the specs of the purl as it seems that within the specification there are few qualifiers that are valid for all package types even if not...

Fully agreed, there should be more context when data is missing informing user + maybe a suggestions to change cli params as well? For example in some cases it may...

Great suggestion, this is something that I already plan to add in a new version of the html output!