KeithWM
KeithWM
I think you're right that it is better for pip-audit to be agnostic of time and date. In Bitbucket pipelines, I think we could do some shell scripting to first...
Good points. There is a big difference though between a blanket `--ignore-unfixed` and a `--ignore-vuln-until-fixed ABC-123`. Even then, that could allow packages that never fix their vulnerabilities to remain ignored...
I don't like the "until fixed" option at all, it puts you at the mercy of the maintainers of the dependency package. I've made a quick mockup of what I...
Ah! That's it. Wouldn't it be good if there was some kind of message that this is why the Navigations settings is empty? It just looks so unintentional with the...
What is the exact worth of supporting Julia 1.0?
Thanks for the reply. Sorry for not being more verbose in my question, but I managed to reproduce the error locally. I will try to make a MBE that I...
https://github.com/KeithWM/BrokenAqua.jl I think this is a breaking example.
For the BrokenAqua.jl repo, I did not need TestEnv nor ReTest for it to fail. I just tried it on my Mac with Julia 1.8.3, and it passes there too....
Just tried on a Windows 10 system and it also hangs. After ctrl-c: ```` (BrokenAqua) pkg> test Testing BrokenAqua Status `C:\Users\myerscoughk\AppData\Local\Temp\jl_FORm6V\Project.toml` [4c88cf16] Aqua v0.6.2 [c2512556] BrokenAqua v0.1.0 `C:\Users\myerscoughk\SQM\review\BrokenAqua.jl` [8dfed614] Test...
Tried it on a different Windows machine and there it passes on 1.8.3 and 1.9.0. I tried it both before and after doing an `up` and it works in both...