Robert Minsk
Robert Minsk
It would be nice if snapshot diff could output an easily parsable format such as json.
I would like to be able to add/remove tags and be able to search by tag on anything that can be named (mirrors, snapshots, repos, ...) I currently have a...
```CentOS 7 Installed Packages golang.x86_64 1.4.2-9.el7 golang-pkg-bin-linux-amd64.x86_64 1.4.2-9.el7 golang-pkg-linux-amd64.noarch 1.4.2-9.el7 golang-src.noarch 1.4.2-9.el7 ``` ``` gom -production install downloading github.com/AlekSi/pointer downloading github.com/awalterschulze/gographviz downloading github.com/aws/aws-sdk-go downloading github.com/cheggaaa/pb downloading github.com/DisposaBoy/JsonConfigReader downloading github.com/gin-gonic/gin downloading...
lib/IlmCtlSimd/CMakeLists.txt and lib/IlmImfCtl/CMakeLists.txt are missing the library path to IlmBase and OpenEXR. ``` diff -rupN CTL-ctl-1.5/lib/IlmCtlSimd/CMakeLists.txt CTL-ctl-1.5.cmake_fix/lib/IlmCtlSimd/CMakeLists.txt --- CTL-ctl-1.5/lib/IlmCtlSimd/CMakeLists.txt 2013-10-22 10:39:04.000000000 -0700 +++ CTL-ctl-1.5.cmake_fix/lib/IlmCtlSimd/CMakeLists.txt 2013-12-16 22:45:25.836945021 -0800 @@ -2,6 +2,7...
Is initialization of nested structures supported? Should it be a syntax error? ``` ctlversion 1; struct Test { float a; float b; }; Test buildTest(float a, float b) { Test...
I am looking at logging changes to some of my documents for auditing. Based on Issue #589 the post_save signal is now being sent before the changed fields are being...