Cosmin Lehene

Results 25 issues of Cosmin Lehene

``` ASCIIGraph.fromSeries(new double[]{14280.0, 2.93811E8}).withNumRows(10).plot() ``` ``` Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at com.mitchtalmadge.asciidata.graph.ASCIIGraph.drawTicksAndAxis(ASCIIGraph.java:181) at com.mitchtalmadge.asciidata.graph.ASCIIGraph.plot(ASCIIGraph.java:157) ```

If using the http annotations it's rather complicated to get code to compile across languages. Many resort to copying the common annotations in the project in order for protoc to...

help wanted
documentation

Are you planning on offering this as a Krew plugin as well?

enhancement

Please update status, and let anyone bumping into this know whether it's in maintenance mode.

It should be there :) along with its native brother [google.protobuf.util.message_differencer](https://developers.google.com/protocol-buffers/docs/reference/cpp/google.protobuf.util.message_differencer) [ProtoTruthMessageDifferencer.java](https://github.com/google/truth/blob/master/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/ProtoTruthMessageDifferencer.java) -> [protocolbuffers/protobuf/tree/master/java](https://github.com/protocolbuffers/protobuf/tree/master/java)

type=other
P3

I don't know what to do with this. I don't have a PGP key in GitHub and I don't understand what this means "If you don't have access to the...

- Bumped version (shouldn't this be done after each release?) - Added delete capability

There's no mention in the docs on how to actually enable / use the plugin. E.g. ------- # Using Once you install the plugin you can start talking directly to...

bug

"Value name of root enum should be start with enum name" https://google.aip.dev/126 >All enum values must use UPPER_SNAKE_CASE. The first value of the enum should be the name of the...

question