Bart Grantham
Bart Grantham
An underappreciated feature of `jq` is simply using it to pretty-print compact JSON such as `jq . compact.json`. ~~Is there a `jp` equivalent? I tried `cat compact.json | jp @`...
I don't know what degree of syntax highlighting is even possible besides inverse text, but it would be nice if the built in basic could highlight keywords (or vice versa)...
I'm trying to figure out how to call `Draw()` on a `ui.Area` because I'd like to animate a region based on a go Timer. Is this possible? I don't see...
"Invalid Numeric Literal" on colon following a single-quoted string (incorrect parser error message)
**EDIT (20150416): I KNOW IT'S INVALID JSON. THE BUG IS ABOUT THE NONSENSICAL ERROR MESSAGE** I get this from absent-mindedly and incorrectly using single-quotes: ``` $ echo "{'foo':'bar'}" | jq...
I watched the fyne.io presentation at GopherCon UK, it was intriguing enough that I wanted to test drive an app or two. I tried to download Slydes from https://apps.fyne.io/apps/xyz.andy.slydes.html, but...