Thanabodee Charoenpiriyakij
Thanabodee Charoenpiriyakij
@helderco I think I addressed all the comments above. Please help review again. 🙏
Just poc the solution (in [repo](https://github.com/wingyplus/dagger-json-schema)). I use [json-schema](https://github.com/invopop/jsonschema) library to generate from the type in dagger. The result looks really great: ``` $ go run . { "$schema": "https://json-schema.org/draft/2020-12/schema",...
Will looking into this issue next week. ✌️
/cc @jedevc
@helderco Yeah, I open it after discussed with Justin at https://discord.com/channels/707636530424053791/708371226174685314/1282767180311695382.
I can reproduced on Linux (with WSL) as well: ``` wingyplus@WINGYMOMO ~/s/g/w/i/r/e/example-case-1> dagger install ../.. Setup tracing at https://dagger.cloud/traces/setup. To hide: export SHUTUP=1 ✔ connect 1.7s ✔ cache request: mkfile...
> > ." escapes context " > > I thought this is slightly different, this message seem to occur with no `git init`. Did you also have `.git` at the...
Some hack with this diff: ```diff PS C:\Users\WingyMomo\src\github.com\dagger\dagger> git diff diff --git a/cmd/dagger/module.go b/cmd/dagger/module.go index 7eab2c68e..ea89ca940 100644 --- a/cmd/dagger/module.go +++ b/cmd/dagger/module.go @@ -215,7 +215,7 @@ var moduleInstallCmd = &cobra.Command{ return...
I'm not sure if it's make sense to fix. If it's ok, I will find the way to add test for it. 🙏