Alexey Volkov

Results 67 comments of Alexey Volkov

@chensun The failures seem to be unrelated to the change.

Can you please try some other `Client` methods like list_runs? There might be auth error.

@xfxyjwf With all due respect the documentation link you've provided does not provide much help. Here is the single line mentioning protoc there: >protoc -I=$SRC_DIR --csharp_out=$DST_DIR $SRC_DIR/addressbook.proto I have 17+...

Perhaps fixing the issue might have more impact. Sometimes it might even be easier to fix an issue than to document the problematic behavior.

It would be great to have some AMD GPUs tested. See https://github.com/ROCmSoftwarePlatform/tensorflow-upstream/issues/173

Your library has a lot of use even without any logic in the nodes. For example, I use it to author a pipeline graph that is then sent to an...

I'm not sure whether the "source" and "target" concepts are flexible enough. Imagine having 10 types of handles with complex connectability rules (e.g. you can only connect output_integer to input_integer...

It would be great to just add generic support of Kubeflow Pipelines components. The Kubeflow Pipelines SDK is factored in a way that the components module is completely independent from...

>Is there a way to dynamically add additional Handles as well as moving/placing/snapping the handles along a Node's edge? There is a PR for MultiHandleNode which does this: https://github.com/wbkd/react-flow/pull/1285