Craig Harris
Craig Harris
Some success after I moved over to `--proto-roots` After I disabled `InferImportPaths` in `internal/proto_descriptor/protos.go LoadProtoDirectories()` I am able to load most of my proto files and decode the messages as...
With the flag enabled I get: ``` $ go run main.go -port 64517 -proto_roots /Users/xxx/dev/yyy panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1...
The following will work: ``` curl -k -u 'admin:1234567Aa!' \ -d search="search *" \ -d output_mode=csv \ -d exec_mode=oneshot \ https://localhost:8089/services/search/jobs/export ```