Keming

Results 219 comments of Keming

The `Graph.compilePython` function has changed a lot. I'm not sure if we still require this. cc @gaocegege

> Hi, it sounds like envdlib is a trivial way to implement this? For example, having a `dotfiles.envd` that accepts a github repository link as parameter and setups dotfiles from...

> For apps in my project this would also be useful! @alexted May I know your use case?

> On our project, all applications have a middleware that intercepts all errors that occur and converts them into a standardized response with a certain set of fields. I see....

Thanks for your help @andyfeller Let me make it clear. There are several questions here: 1. What is the difference between the `tagName` and `targetCommitish` for a GitHub **release**? If...

I think it can copy the directory. But it doesn't support the ignore file.

Should be possible if we enable the goarch in goreleaser. WDYT @gaocegege

> I have already implemented it on my own branch and have been using it for some time. I would like to contribute it to envd :) You can create...

It might be possible. Refer to [buildkit nydus](https://github.com/moby/buildkit/blob/master/docs/nydus.md) If you set up the buildkit with nydus in another envd context, you should be able to build nydus images.

> Can I use dockerfile.v0 as buildkit frontend with envd command? Cannot. envd only supports envd as the frontend.