Abirdcfly

Results 29 comments of Abirdcfly

```bash ❯ docker run --platform linux/mips64le loongnix/golang:1.14.6-alpine go version go version go1.14.6 linux/mips64le ``` But the image, which was updated a year ago and is no longer updated, is working(edit:...

[+1](https://github.com/ripperhe/Bob/issues/350#issuecomment-1188614929)

+1 ```bash $ sw_vers ProductName: macOS ProductVersion: 12.4 BuildVersion: 21F79 $ uname -a Darwin MacBook-Pro.local 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22 PDT 2022; root:xnu-8020.121.3~4/RELEASE_X86_64 x86_64 ``` 没有使用插件。...

> Good catch! Rather than deleting this line, please move it above the `t.Fatal()` call. Done. Thanks for review.

Impressive and bad experience ¯\_(ツ)_/¯

> we've modified all klog.Fatal to klog.Exit in https://github.com/kubeedge/kubeedge/pull/3256 Sorry I didn't notice this pr before, I think this approach is also workable. It's just that we need to make...

So. How to use the latest untag version > I Add this in my go.mod > > ``` > replace ( > github.com/coreos/go-systemd => github.com/coreos/go-systemd/v22 latest > ) > ```...

> @Abirdcfly, thanks for this! Unfortunately we'll have to rebase this on top of current master branch before we can merge. Done.