Kevin Hanselman
Kevin Hanselman
> I would encourage you to reconsider the choice to put checksums into the stage file - that path seems to make things harder. For instance, a small inconvenience is...
I see something like this when I'm running a marimo notebook as a script (e.g. python marimo_nb.py), and the notebook has marimo Html objects as cell outputs. I'm running marimo...
I am closing this issue for now, as it's a big change to Dud's UX and also a big change to implement. As discussed above, I will continue to ponder...
Good find! This situation brings to light several things that need consideration: Dud treats all inputs to a stage as not cached (`skip-cache: true`) unless it's owned by another stage....
Hi @thorstenwagner. I need more information before I can reproduce this. > /a_dataset.yaml # this is my root directory Do you mean this is your system's root directory (the absolute...
Thanks for the example that I can run and reproduce! Having a project directory be a symlink is an unexpected use case. It's certainly not something I was planning to...
My hunch is that [this](https://github.com/kevin-hanselman/dud/blob/992be8dcd5ed479f2bb2443ecd458a7369392c00/src/cmd/root.go#L220C18-L220C26) is the issue. From the [Go docs](https://pkg.go.dev/os#Getwd) (emphasis my own): >Getwd returns a rooted path name corresponding to the current directory. **If the current directory...
Hi @thorstenwagner! As I mentioned above, using symlinked root folders is [not recommended](https://github.com/kevin-hanselman/dud/issues/158#issuecomment-1694379615) in Dud due to a [limitation](https://github.com/kevin-hanselman/dud/issues/158#issuecomment-1694381339) in Go's `os.Getwd`. For now I will close this issue, but...
For now I am closing this as unplanned for the reasons I lay out above. I am not ruling it out entirely, though! If someone thinks there's a sensible way...
> @kevin-hanselman Could you provide more details on the DevSpace features you're using with these Jupyter images? I'm wondering if disabling the features that need SSH and the `devspacehelper` would...