Justin Chadwell
Justin Chadwell
Yes, the confusing error still appears.
> * add a `PreRunE` step to cobra commands `init` and `develop`. Hm, this is a bit problematic. If we do this, then it means if the engine has a...
@pjmagee any chance you could open a PR to fix that? I sadly do not have a windows machine to hand right now.
Getting really close now, the only things I need to get done are: - Tests :tada: - Some refactorings of code that got that little bit more complicated - Authoring...
This will not be a breaking change. `ExportFromEnvironment` will only be callable when invoked from `--output type=gateway,source=`. We should probably add a sanity check that it's running in the right...
cc @grouville
Yeah, we need to update the logic here: https://github.com/dagger/dagger/blob/e035126279e30913831033156f0b9d544873f896/core/modulerefs.go#L137-L137 Essentially we should be using `sshutil` for parsing SCP strings, and not confuse them with `ssh://` URLs - I suspect this...
Heya :wave: Is `repo-name` the literal value you're using here? I have a vague suspicion that that could have something to do with it. `main object not found` can potentially...
Yeah, those steps look right to me. > Could it have something to do with the repo structure that `dagger init` was ran in? That's *potentially* possible for sure. You...
> > @helderco what do you prefer between move all runtime files to `sdk/elixir` or still keep it inside the runtime directory except dagger.json? > > I think keeping source...