greenhandatsjtu
greenhandatsjtu
Because of a known issue (https://github.com/rust-lang/rust-clippy/issues/9165) of cargo clippy, `cargo clippy` will fail in nightly Rust (https://github.com/casbin/casbin-rs/runs/7319492415?check_suite_focus=true#step:14:39).  Seems the only way is to wait cargo clippy fixes this issue.
> > Seems the only way is to wait cargo clippy fixes this issue. > > Could we temporarily skip it by using `#[allow(....)]` Thanks for your advice, I have...
I met similar issue and turned to follow [Containerd > Version 2 config with config_path](https://d7y.io/docs/setup/install/helm-charts/#case-1-version-2-config-with-config_path) instructions to setup registry, then it works well. This is what my `/etc/containerd/certs.d/docker.io/hosts.toml` looks like:...
> Do you want to slove this issue? @greenhandatsjtu Hi @gaius-qi , I would like to work on this issue! But I'm not sure what 'leave task' means? Also, I'll...
> If the dfget daemon service is shutdown, it will actively call GRPC LeaveTask to notify the scheduler to release all the tasks that have been downloaded by the daemon,...
Hi @hyy0322 , I think now what we have is the total rateLimit just like you said. All download requests from other peers will be handled by `*uploadManager.getDownload()` function in...
Hi, thanks for your reply! Here's `/var/lib/kubelet/config.yaml` of 10.10.94.147 ```yaml apiVersion: kubelet.config.k8s.io/v1beta1 authentication: anonymous: enabled: false webhook: cacheTTL: 0s enabled: true x509: clientCAFile: /etc/kubernetes/ssl/ca.crt authorization: mode: Webhook webhook: cacheAuthorizedTTL: 0s...
Great! Glad to hear that! I'll try to figure out the reason too.
Hi @g3rzi , thanks for your reply! Here's the permissions of the certificate of the node 10.10.94.170 (because node 10.10.94.140 hasn't install `kubectl` yet) ```bash root@node1:/home/ubuntu# kubectl --certificate-authority=/etc/kubernetes/pki/ca.crt --client-certificate=/var/lib/kubelet/pki/kubelet-client-current.pem --client-key=/var/lib/kubelet/pki/kubelet-client-current.pem...
Hi, I'm new comer and chose https://github.com/SeaQL/sea-orm/issues/606 as my first issue to work on. As @billy1624 suggested, I introduce a new trait `TryIntoModel` and implement it inside derive macros of...