Shijie
Shijie
Download the github project and then launch ``emacs -q --load /home/shijiexu/.emacs_dev/init.el The startup broken and does not load content, with the message buffer: ``(Setting` ‘package-selected-packages’ temporarily since "emacs -q" would...
After following docker installation `https://github.com/decentralized-identity/ion/tree/master/docker` and choose testnet, I am wondering how to confirm it is installed successfully? There is a test link `http://localhost:3000/identifiers/did:ion:test:EiClWZ1MnE8PHjH6y4e4nCKgtKnI1DK1foZiP61I86b6pw` for testnet shown at the bottom...
Using the following code and fill with some concrete detail information for DID: ``` import { anchor, DID, generateKeyPair } from '@decentralized-identity/ion-tools'; // Generate keys and ION DID let authnKeys...
# Issue I following this instruction [kuberay-gpu-training-example](https://docs.ray.io/en/latest/cluster/kubernetes/examples/gpu-training-example.html#kuberay-gpu-training-example) to install ray cluster in my desktop, which has one GPU. I create a new fresh cluster locally instead of remote GCP. The...
@harry0703 harry0703 我看了 录咖- https://reccloud.cn/上的功能有个 视频风格,试了下请求 body里面有一个选项: style : "photographic" 但是这个字段在github上的项目中好像没有。 能介绍下这个字段事如何支持的码?
Following instruction [ray k8s quick start](https://docs.ray.io/en/latest/cluster/kubernetes/getting-started/raycluster-quick-start.html#kuberay-raycluster-quickstart), I setup a K8s cluster in my laptop using kind(the same for minikube). The issue is that local k8s is not unable to pull...
### Description [This might be not a bug, I come here to seek help.] I got error: 'AttributeError: 'WrappedClass' object has no attribute 'crewer'. ' when running following code. It...