Ky-Anh Huynh
Ky-Anh Huynh
> Not sure if that is what you re looking for, but from the same author as kubeval: https://github.com/open-policy-agent/conftest > I guess in some cases, actually changing the swagger definition...
> I have opened [kubernetes/kube-openapi#218](https://github.com/kubernetes/kube-openapi/issues/218) ! I m playing with it but it's not the easiest thing in the world ;) Thanks a lot for your time. I totally agree...
> Hello! > > How do you use this variable end-to-end? Presumably you also log this variable in the access log for correlation purposes? Or does it end up somewhere...
Hi @schra , Sorry for my belated response. I didn't configure my notification system correctly and I lost all Github information. Can you please try `pacman -Rn` (https://github.com/icy/pacapt/blob/735b2ea56cbd8a8a61f8242ae9cd23ce6b4405ae/lib/dpkg.sh#L90) Thanks
@schra Recently I have had chance to use the purge option. This is what I did on some ubuntu systems: ``` $ pacapt -R --purge filebeat fail2ban ``` and that...
> My expectation is that removed but un-purged packages are not found via -Qs and -Qi. I think the behavior is actually how apt-based system is working, and I don't...
@ryepesg Does this only affect the installation option? Does `brew` return any specific error when it suggests to use `brew cask`? Can you please have the output of the following...
This is tricky. I expect `brew` (without `cast`) returns something more interesting . Parsing `brew` output message may not be a good idea, but let me give a try.
@ryepesg Please check out the new script https://raw.githubusercontent.com/icy/pacapt/fix_117/pacapt if that helps. I don't have a Mac/homebrew to test (well, my Mac installation was replaced by Arch stuff.) If you get...
note, this work is on a new branch `fix_117`. If everything goes fine I will cherry-pick the results on the `ng` branch.