Arne Brasseur

Results 300 comments of Arne Brasseur

One benefit of using file names: it preserves the hierarchy present in the filesystem. Currently if your docs are split into multiple directories that hierarchy is lost in the generated...

That's right, but it's no different from how articles are currently rendered.

The easiest first step would be to make it opt-in, by referencing each feature file explicitly from `cljdoc.edn` ``` edn {:cljdoc.doc/tree [["Do this thing" {:file "test/features/do_this_thing.feature"}]]} ``` That seems like...

This is fixed in `--watch` mode now, but not yet in a regular run. I'm starting to have second thoughts about the whole idea of reporting load errors as test...

Hi @kennyjwilli , thanks for this! I had a first look through the diff. Not very in depth but generally I think it looks good. > I added a macro...

> This feature should probably be documented somewhere, but I couldn't find a section about the randomize plugin, so I left that off too. Let me know how you'd like...

I can add Nextjournal and Eleven since I work for those :)

As you can see this us still an open PR, we appreciate people testing it out and providing feedback. Most of the Kaocha codebase predates parallelization by several years, and...

These are some interesting ideas... my first reaction was that the default of capturing and hiding output is quite deliberate, but maybe you're right and we shouldn't hide it by...

You can disable the output capturing in tests.edn or from the command line with --no-capture-output