Vladimir Pankov
Vladimir Pankov
Hello. `proto_compile` rule generator sorts "plugins" lexicographically (as simple strings) using the [GetPluginLabels](https://github.com/stackb/rules_proto/blob/7c95feba87ae269d09690fcebb18c77d8b8bcf6a/pkg/protoc/plugin_configuration.go#L32) function. Sometimes this causes build errors in cases when there is a dependency between different plugins (one...
Hi. I am developing a CLI application which uses `uilive v0.0.4` to output execution statistics to the console at runtime. Everything was fine until I decided to use [sniper](https://github.com/recoilme/sniper) as...
Hi. This PR adds basic support of TNS Names files to `go-ora`. Support includes: 1. reading and parsing TNS Names files either specified explicitly via connection URL options (`TNS NAMES`...