Sebastian (Tiedtke) Huckleberry
Sebastian (Tiedtke) Huckleberry
Hi @dradtke. Just to confirm, did you use the CLI when this issue occurred? I seem not to be able to reproduce the issue in both CLI and extension, but...
Btw, I'd suggest using Runme's builtin environment variable prompting based on exported vars. It avoids cluttering the cells with stdin reader logic and matches how documentation is written. Please note...
Understood. Runme's parser is a bit too stubbornly following the Commonmark standard here, where two line breaks will result in a new AST node. I'm pretty sure we should be...
I don't remember a specific reason to not use `protobuf-es` other than it either wasn't available or mature enough at the time. Just from glancing over the project it does...
> Per the [Migration guide](https://github.com/bufbuild/protobuf-es/blob/main/docs/migrating.md) it looks like `protobuf-es` is the newer thing that is officially maintained by `buf`. It looks like the main contributor to `protobuf-ts` is also contributing...
Would you mind adding a video clip @jlewi? I just tried it myself, and it opened instantly. The very first open (and every 30d) might take a few seconds longer...
Are there any suspicious-looking logs in `Output->Runme` (bottom panel)? My guess is that they're related to task discovery, where we traverse the repo's tree for markdown files. Perhaps related to...
I just remember that I've seen issue like this on Remote Workspace when I have a local `runme` binary set in my extension settings, such as: ``` "runme.server.binaryPath": "/Users/sourishkrout/Projects/stateful/oss/runme/runme" ```
> * [x] Review and understand the [CNCF IP Policy](https://github.com/cncf/foundation/blob/main/charter.md#11-ip-policy). Ensure you are using a CNCF compatible license; inbound projects must use the Apache 2.0 license or seek approval for...
> ## Review and understand other documents > * [x] The [Technical Leadership Principles](https://github.com/cncf/toc/blob/main/PRINCIPLES.md#technical-leadership-principles) that outlines the expected behavior for any maintainer in a leadership role. > * [x] The...