John T. Wodder II

Results 282 issues of John T. Wodder II

When set, `escape()` performs the more minimal escaping used for values. - Option name: `is_value`? `escape_spaces`?

enhancement
format:simple

Also try to include the column number and filename

enhancement
UX
format:simple

code quality
documentation

- [ ] Test reading & writing bytes - [ ] Test `dump()` and `load()` - [ ] Doctest the README examples somehow?

tests

code quality
high priority
correctness

If I have a `.cook` file with a non-numeric timer like: ``` Cook for ~{a few%minutes}. ``` then `cook doctor` will not report any problems when validating the recipe, but...

bug

Running `cook seed` with cookcli 0.19.0 produces a `README.md` containing the following links which currently lead to 404 errors: - `[tips and tricks](https://cooklang.org/docs/best-practices/)` - `[the docs](https://cooklang.org/cli/help/)` (Cf. #211)

bug
good first issue
help wanted