Zhen Ju

Results 14 issues of Zhen Ju

Hi guys, @sppalkia @deepakn94 @mateiz , we're considering to found a numeric computation WG in rust community and just wondering if weld project is still under research/development since there is...

Current deploying cluster in parallel with singular will fail, the reason is that the SSH commands direct both stdio and stderr to the same stream, which is not handled by...

Sometimes we need to append a node to an existing cluster. For the existing template, we can add one or more node info, then apply it with `append` subcommand instead...

Hi, I have tried running the example in README: ```bash export GOOGLE_CREDENTIALS=$(cat ~/opshub-master-gce-credential.json) docker run \ -v '/tmp/data:/cncf/data' \ -e NAME='cross-cloud' \ -e CLOUD='gke' \ -e COMMAND='deploy' \ -e BACKEND='file'...

Hi, guys, I have successfully get the example running on GKE(running the image registry.cncf.ci/cncf/cross-cloud/provisioning:ci-stable-v0-2-0 ), got a Kubernetes cluster installed. And how can I build and test CNCF projects? Are...

The load_weights from hdf5 functions are no longer obtained in keras.engine.topology but in keras.engine.saving.

The composition API for rclpy. Add a new rclpy_components sub project just like what rclcpp_components does. The project provides the component manager(essentially a wrapper of Node and executor), which provides...

## Feature request #### Feature description The composition API allows developer to manage the launch of node at runtime as described in the [design: process-with-multiple-nodes](http://design.ros2.org/articles/roslaunch.html#process-with-multiple-nodes) The rclcpp library has implemented...

enhancement

Make ros2cli able to handle Python components. The changes: - Add type `rclpy_components` - Get the components' metadata by py entry points, related repo: [rcl_component_searchers](https://github.com/crystaldust/rcl_component_searchers). - For rclpy_components, use Python's...

I tried cargo-call-stack in a brand new Linux environment with the simplest hello world project(by cargo new hello_world), but the tool complains `BUG: SOME_FUNC is unknown`. The whole process can...