David Ellis
David Ellis
Doing that would break the `rpc.methodList` built-in mechanism that the client uses to auto-populate the methods you can call. I suppose I don't see what's so onerous about binding all...
Ahh, so you're one of those promise people... ;) So on a few points you bring up: 1. Yes, JSON-RPC's TCP implementation is a custom binary format because there's no...
Somehow I missed this in my inbox. Sorry for just addressing this change now. Can you add a unit test to guard against regressions for this behavior? I'll merge after...
So long ago there was a native web client and the node support was bolted on with the node-xmlhttprequest library. This caused a significant performance penalty for node, but once...
Hi @gschmottlach-xse, I don't think notifications were part of the spec when I started this project, and in the intervening years Uber has dropped JSON-RPC for TChannel, so there hasn't...
@gshu @countrodrigo what a weird trip down memory lane this bot has caused, huh? :)
70B took a lot longer (since only about 1/4th of the layers could fit on my GPU) required different params to llama.cpp that weren't predictable in any way, and actually...
So this is one of the more complicated examples, as [you need to install and have available on your `$PATH` the tesseract and poppler libraries](https://github.com/alantech/marsha/blob/main/examples/ocr/tesseract.mrsh#L2) before you run that example....
> ESTFILE: tesseract_1\tesseract_test.py > Failed to run test suite... [WinError 2] The system cannot find the file specified > Third stage failure > argument of type 'NoneType' is not iterable...
 I cannot reproduce your error @JohnPeng47 Steps I took on a fresh Win10 VM: 1. Install all Windows updates (why this response took so long) 2....