Sebastian (Tiedtke) Huckleberry

Results 227 comments of Sebastian (Tiedtke) Huckleberry

This is available now: https://docs.runme.dev/configuration/dotenv-direnv

@admc are you on the latest version? Why do we have conflicts?

What I'm noticing, unclear if they are showstoppers or not: - [x] Cutover will break links. We should make sure we have redirects in place.

Sorry to hear! Could you please share the content of the `TODO.md` before it got wiped?

More importantly we should probably track with VS Code's Electron/Node version: ``` Version: 1.92.2 (Universal) Commit: fee1edb8d6d72a0ddff41e5f71a671c23ed924b9 Date: 2024-08-14T17:29:30.058Z Electron: 30.1.2 ElectronBuildId: 9870757 Chromium: 124.0.6367.243 Node.js: 20.14.0 V8: 12.4.254.20-electron.0 OS:...

I'd love to learn more about the specific use cases. For what it's worth, running Runme commands in containers is coming in runnerv2: https://github.com/stateful/runme/blob/main/experimental/runme.yaml#L47-L54. It likely won't satisfy all requirements...

> It is also only available via `runme.yaml` AFAIK which is experimental on its own. aka `runner v2`

Picking up on this side-issue first: > ## Exploratory/Dev Mode > I'm using RunMe in an "exploratory/dev" mode. Concretely this means each cell will be authored and executed once. I...

> # Use Case: Melange > I'm currently working with [melange](https://edu.chainguard.dev/open-source/build-tools/melange/getting-started-with-melange/#step-4--building-your-apk) to build apks (apks are basically tarballs and are used to build docker images with Chainguard's toolchain). > >...

> Re: VSCode Remote. > > I've been using that and it works really well. I think this is a good solution when ssh is already setup. Agreed. SSH is...