Russ Tremain
Russ Tremain
Would be nice to have a configuration guide to create a fully functioning minikube test configuration for mgob. Suggest separate directory to document helm chart and storage provisioning required for...
Python version of jmespath is failing compliance tests for benchmarks suite. See also: https://github.com/jmespath/go-jmespath/issues/33 ``` % jp-compliance -e jp.py -t benchmarks 'error' ```
Go version of jmespath is failing compliance tests in the following suites: benchmarks, functions, literal, and syntax. The python version fails only in benchmarks suite. ``` % jp-compliance -e jp...
Go version of jmespath is failing compliance tests in the following suites: benchmarks, functions, literal, and syntax. The python version fails only in benchmarks suite. See also: https://github.com/jmespath/go-jmespath/issues/33 ``` %...
This works okay: ``` $ mono /scm/p4proj/main/p4connect/UPU/UpuConsole.exe -o /tmp/foodir -i dist/P4Connect.unitypackage Extracting dist/P4Connect.unitypackage to /tmp/foodir Decompressed: P4Connect.unitypackage Extracting /var/folders/lZ/lZCSnMPVHt4tXtOYjErkFE+++TI/-Tmp-/Upu/iyvrrmdy.ejr/P4Connect to /var/folders/lZ/lZCSnMPVHt4tXtOYjErkFE+++TI/-Tmp-/Upu/iyvrrmdy.ejr/content... Creating directory /tmp/foodir/Assets/P4Connect/Editor... Extracting file /tmp/foodir/Assets/P4Connect/Editor/libp4bridge.dylib... Extracting file /tmp/foodir/Assets/P4Connect/Editor/PackageIcons.cs......
UpuConsole with no args works correctly, but if you give it --help option, it dumps the help message twice (once to stdout and once to stderr) and gives you an...