Tosone

Results 16 comments of Tosone

什么时候node会支持这种ES7的写法呢? 现在已经nodev6了。

快了,哈哈哈。

The goal is similar, but the startup time is my concern. I like the fission cold-start.

`3rdParty` should be OK. Link c code with static lib is recommend.

@derailed gently ping. Is create resources with k9s in your roadmap? if not, I can close this pr.

Add static compile link with musl instead of glibc?

After I static compiled the hx with musl, I found all of the languages could not be highlighted. hx load the dynamic library. The dynamic library cannot load the libc.so...

If we consistent all error handling, [remotes/docker/errcode.go](https://github.com/containerd/containerd/blob/main/remotes/docker/errcode.go) maybe move to `remotes/errors`. right?

I Moved the files here, and fix all of the test case. But now Error(https://github.com/containerd/containerd/blob/main/remotes/docker/errcode.go#L116) is different with distribution-spec(https://github.com/opencontainers/distribution-spec/blob/main/specs-go/v1/error.go#L37), the `Code` field should be `string`. Later i will change the...