Max Stoumen

Results 50 issues of Max Stoumen

Currently, we just throw an error if a README file isn't present. This is a good opportunity to do some onboarding for making a new readme file. Maybe also we...

Getting the following strange error when trying to run in runme terminal, which I do not get in the normal terminal. ![image](https://github.com/stateful/runme/assets/16108792/503cf752-13c7-4681-980a-2f2f6217c1a7)

Would be nice to have the output of `runme fmt` as a diff/patch file, especially with project support.

The `runme fmt` command doesn't use the notebook serializer/deserializer unless `--flatten` is set. So, in particular, it doesn't do separation of frontmatter from document when parsing. I am personally fine...

The general runner test coverage is pretty abysmal. This is mostly on me, and I want to have more unit tests for the local, remote, and multi runners. I would...

We introduced a health check that should make this easy. Apparently currently it will give a panic message, which is not ideal: ``` ► Running task install-lit... panic: runtime error:...

As we start expanding frontmatter, I am noticing that our configuration story is becoming increasingly fragmented (cli, frontmatter, annotations, all with their own schema). This will only get worse as...

Recently we pushed background task support through a `--background` flag, which is by default false. Would be nice to have this on by default.