David James

Results 110 comments of David James

I'll chime in. I agree that "sparse data support" is a thread that runs through many matrix, ML, and NLP libraries. That said, I'm not sure if it warrants its...

Thanks for the response. I can tell you've put a lot of thought and effort into Concise Encoding. First, I'd like to share some feedback about some writing I'm seeing...

> EDN is doing pretty close to the same thing, but designates responsibilities more to the encoding format itself rather than to a schema. I'm not sure you're getting the...

> Most people have neither the time nor the inclination to digest precise data because it requires so much information density in order to be conveyed effectively. This sounds like...

To answer my question: the README should say to name the file as `resources/proto/example.proto`. If you read https://developers.google.com/protocol-buffers/docs/javatutorial you'll see that there are **3** names involved: 1. the protobuf namespace...

@DanielStutzbach Is this still relevant?

@blackforestboi Thank you for your work on Memex! This is my first feature request :), which is a good sign -- I can see Memex becoming part of my ongoing...

@mveytsman Work-arounds are, by definition, sub-optimal. :) Some thoughts: - It seems to me that whatever you do in `:service-available?` should only semantically impact the part of your API directly...

@stepancheg I confirmed the h2 hang using both your example code and the h2 examples directly. I hope this moves things along a little bit: https://github.com/carllerche/h2/issues/326#issuecomment-441820232

Yes, [h2 version 0.1.15](https://github.com/carllerche/h2/commit/78c39d8e6593125662eb9dbc40739ef39e72b0cb) fixed the underlying race condition bug. Perhaps this will have a bearing on what stepancheg wrote above: "90% of grpc implementation is implementation of HTTP/2 (crate...