Ben Shaw
Ben Shaw
```json { "type": "ThematicBreak" } ``` Result: (nothing!)
```json { "type": "Organization", "address": "362 Leith Street, Dunedin 9054, New Zealand", "brands": [ { "type": "Brand", "logo": "http://www.otago.ac.nz/logo" } ], "contactPoints": [ { "availableLanguages": ["English", "Māori"], "emails": ["[email protected]"], "telephone":...
```json { "type": "Person", "honorificPrefix": "Dr", "givenNames": ["Marie"], "familyNames": ["Skłodowska", "Curie"], "honorificSuffix": "PhD" } ``` Result: (nothing!)
```json { "type": "Product", "brand": { "type": "Brand", "name": "Astro" }, "name": "Astrolabe", "logo": { "type": "ImageObject", "contentUrl": "http://www.product-astrolabe.com/logo.png", "caption": "Astrolabe Logo" }, "productID": "AA55" } ``` Result: (nothing!)
```bash $ ./encoda convert lol.yaml - ``` lol.yaml: ```yaml a: &a ["lol","lol","lol","lol","lol","lol","lol","lol","lol"] b: &b [*a,*a,*a,*a,*a,*a,*a,*a,*a] c: &c [*b,*b,*b,*b,*b,*b,*b,*b,*b] d: &d [*c,*c,*c,*c,*c,*c,*c,*c,*c] e: &e [*d,*d,*d,*d,*d,*d,*d,*d,*d] f: &f [*e,*e,*e,*e,*e,*e,*e,*e,*e] g: &g [*f,*f,*f,*f,*f,*f,*f,*f,*f]...
The python generate.sh (and possibly other scripts) use a relative path. They should read the path of the current `sh` script and use that to generate the path to the...