ghostwheel

genekim 2018-09-24T20:45:21.000100Z

@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
gnl 2018-09-25T10:11:19.000100Z

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
bbrinck 2018-09-24T20:49:48.000100Z

@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

genekim 2018-09-24T20:50:50.000100Z

Thanks @bbrinck!

genekim 2018-09-24T20:54:32.000100Z

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

๐Ÿ‘ 2
eggsyntax 2018-09-27T13:47:47.000100Z

Thirded!

gnl 2018-09-25T10:12:42.000100Z

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

๐Ÿ˜„ 1
bbrinck 2018-09-25T13:32:52.000200Z

Glad itโ€™s useful!

bbrinck 2018-09-24T20:56:59.000100Z

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

bbrinck 2018-09-24T20:57:34.000100Z

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