David Flemström
David Flemström
Hey, I'm the author of https://github.com/spotify/bazel-tools. When I originally created those tools, they were only used internally at Spotify, and at the time it was hard to get `bazel-deps` working,...
A new attempt at #30, this time realizing that allocation is probably necessary for the algorithms to work.
Since 1.0.0, `rq` no longer supports its old pre-1.0 query language. Instead, I would like to open up for a discussion about what the new `rq` query language should look...
Currently, there's no color output support for HJSON. It could hopefully share some coloring infrastructure with the JSON sink.
Currently it's tedious that you have to write `rq -p .full.message.Name`. It would be nice if you could add an alias, e.g. like this: ``` rq protobuf alias set n...
Currently, YAML output is not colored when printed to a terminal. It could hopefully share some coloring infrastructure with the JSON sink.
Currently Protobuf serialization is not implemented. It should preferably be implemented with Protobuf 3 semantics of only writing fields that differ from their default values.
Currently, there's only integration tests for JSON serialization/deserialization. It would be useful to have test coverage for the other formats as well.
Currently, there's only integration tests for JSON serialization/deserialization. It would be useful to have test coverage for the other formats as well.