Daniel Quernheim

Results 12 comments of Daniel Quernheim

As the year is coming to an end, I want to say "thank you" for this awesome project, and give back to the community. I have some free time this...

> Hah, that is really cool! I may link to it when I do some updating if that's fine? :-) Yes of course you may. I'm also thinking of other...

@jackalcooper I'm writing it from scratch – it's more or less a writeup of my own experience working on a small project. The first part explains how to get started...

Thanks guys. 8 parts out of 12 are now online, and it's starting to look like an SPA :-) * Someone featured me on [lobste.rs](https://lobste.rs/s/e4ps7y/chess_themed_bucklescript_tea_tutorial) and [/r/altjs](https://www.reddit.com/r/altjs/comments/7me6gq/a_chessthemed_bucklescripttea_spa_tutorial/) which I crossposted...

We wondered the same very recently, and it turns out that you can get a long way with PPX that will automatically generate JSON encoders and decoders for you, such...

I think we should aim to provide more robust support for channels (option 2). This includes implementing the state machine as well as retries with exponential backoff. We can also...

Note that it's only an optional dependency of `ocaml-grpc` (you could use other protobuf libraries or no protobuf at all). That being said, I agree that the repo has seen...

Thanks for bringing this up! I'm going to rebase our fork and see how much is left and whether it makes sense to propose upstream.

Thanks for reporting this. I haven't yet been able to reproduce it; what are the exact steps to trigger this error? Just Ctrl-C the client during a streaming call? Since...

> I was just able to get it to build. I had to downgrade Eio to 0.10, along with gluten=0.4.1 and h2=0.10.0. Just tested with those and no longer see...