John Arundel

Results 181 comments of John Arundel

It's not a matter of belief: we simply don't need features that aren't needed! In other words, software exists not to provide employment for software engineers, but to solve user...

Yes, I think I see where the confusion is coming from. "Use case" means different things to different people, but in _this_ case I mean a real-life problem that that...

This issue is still happening with the updated CSS; I found it was necessary to remove this line to get code blocks to be visible in iBooks: ```css white-space: pre-wrap...

With pandoc 2.10.1, and the following command line: ``` pandoc -o "dist/For The Love of Go - Fundamentals.epub" metadata.yaml src/*.md -t epub3 --css css/styles.css --highlight-style=haddock --epub-embed-font=fonts/SourceSerifPro-Regular.ttf --epub-embed-font=fonts/RobotoSlab-VariableFont_wght.ttf --table-of-contents ``` and...

> This looks fine. I'm delighted to hear it! But you said that you thought the issue _should_ be fixed with the latest pandoc, and I have confirmed that it...

Just one comment, and I realise this applies to upstream too: it's a little confusing that you can't `mv` files into a directory the same way you can with `cp`:...

I can't reproduce this now, @mvdan, can you? Adding an error return to a `Setup` func causes every script to fail and print the error: ``` --- FAIL: TestScripts (0.00s)...

Can you suggest an example where this might be useful, @tjayrush? Ideally, write a `script` program using this construct that solves a user problem.

I understand perhaps you're feeling frustrated, @tjayrush, and for all I know you're having a bad day for reasons unrelated to this issue or this project. But the tone of...

Thanks, @M3talM0nk3y! How do you see this integrating with the other pipe-based operations in `script`? For example, how would you pipe the HTTP response into a `JQ` query?