Kyle Goodwin

Results 4 comments of Kyle Goodwin

I agree with @jheander about the desirability of having it work both ways. I was surprised to find that ``` clojure (protobuf Request :type :foo :action :get) ``` did not...

I added code to address this issue in https://github.com/goodwink/clojure-protobuf/commit/43c7cb213664ab690eca14bdfe641ef22c9cdfe4 if anyone else cares to use them or if you'd like me to open a pull request for it.

@jheander agreed on the new naming strategy...the main problem is not having separate methods to handle enums and keys when their naming rules are different on the protobuf side. I...

I think the enums would still need to have dashes converted back to underscores in order to use them like that, right?