Yifei Teng
Yifei Teng
I'm curious if you're going to write a gRPC server implementation in Swift or only writing the code generator? I'm interested in developing such a server and found your repo.
Not yet. But I'd be happy to work with you. We could wrap the C core API provided by gRPC, just like the objective-c client.
@bryanpkc We should PM each other and stop blasting this thread. I'm on Telegram as gjftw. Side note: Working at Google as an intern on the user-facing C API for...
@alexeyxo Not recommending wrapping C++ in Swift. The C++ implementation wraps the C core and is way too complex. I believe in writing Swift implementation from scratch that also wraps...
Can you update your copy of gRPC core and see if that works? I'm basing my work directly on top of gRPC master and my `sync_posix.h` only references `pthread.h`. ```...
@alexeyxo The problem you're seeing may also be caused by an outdated version of gRPC. The core is evolving very quickly and no guarantee of core API compatibility exists as...
+1. Also having this issue. My workaround was (if you want to ignore all outputs): ``` js var runObj = run(, { verbosity: 0 }); var oldTransform = runObj._transform; //...
I submitted a pull request (#48) which corrects this problem. It was caused by the fact that the `find` method from jQuery returns an array of elements, even if there...
Does it happen when you load any tags? Even trivial ones like ``?
This crash is the upstream issue of https://github.com/microsoft/vscode/issues/184124. If we look at the data there, >20 users have reported this electron crash. This implies possibly there are hundreds of unreported...