Edward Knight

Results 3 issues of Edward Knight

The help text output when a crash happens has a URL to help submit a bug report, however this URL is mangled due to a missing newline: ``` $ echo...

Map values of `agenda` should have a `name` instead of a `title` to be consistent with the `TutorialPart` module. Fixes #11.

In the [Typed objects, properties and amending](https://pkl-lang.org/main/current/language-tutorial/03_writing_a_template.html#typed-objects-properties-and-amending) section, the `TutorialPart.pkl` has a `name: String` property, but in the next section ([A new template](https://pkl-lang.org/main/current/language-tutorial/03_writing_a_template.html#a-new-template)) in the `workshop2023.pkl` example the `agenda` (which...