ghostwheel 2018-09-24

@clojurians.net I continue to love using ghostwheel! Iโ€™m accumulating my cheat-sheet here. Iโ€™ll get around to turning some of them into small suggestions/PRs for the README โ€œsoon.โ€ https://gist.github.com/realgenekim/786b8a1447e36e91f48f901f0317e950

๐Ÿ‘ 1

That's terrific @genekim, I'll look through your notes to see if some of them can be translated into UX improvements as well. Next release is coming along nicely.

๐ŸŽ‰ 1

@genekim Just an FYI, the expound printer can be customized. If the default printer is working for you, great! But if youโ€™d like to adjust any of these options https://github.com/bhb/expound#printer-options let me know and I can assist

Itโ€™s amazing what a difference expound makes, @bbrinck โ€” using it has been terrific!

๐Ÿ‘ 2

I'm gonna second that @bbrinck, expound really makes a huge difference. Thank you!

๐Ÿ˜„ 1

Glad itโ€™s useful!

wrt to options, I tend to like setting :show-valid-values? to true and :print-specs? to false, but YMMV ๐Ÿ™‚

(well, I like those options for using spec with instrumentation โ€ฆ I have different preferences when validating, say, data coming over a wire)