Results 9 comments of Damian Kula

> 1. Instead of a decorator I would change the plug-in interfaces, e.g. the `_is_XXX()`, `_read_XXX()`, and `_write_XXX()` function to only accept `io.BufferedIOBase` objects. Then the generic reader/writer routines would...

What do you mean by incorrect directory name? Inexistent one? Could you provide a small, easily [reproducible example ](http://sscce.org/)

I rebased on master and forced pushed, I hope you don't mind.

Nothing that a rebase wouldn't solve! Taken that your local repository has the original repo as upstream remote (check by `git remote -v`): ``` git fetch upstream git rebase upstream/master...

From my perspective of a first time user, it was a bit confusing that there was an answer file that I had to prefill with a required content. Of course,...

Hey! Sorry for the delay in providing an answer. So to answer @runeimp question: ``` # in root project dir ❯ just --unstable project/justfile cleanup error: Justfile does not contain...

Yeah, I guess that makes sense in most situations. In my case I am specifying a justfile because I have two in a single directory that build two different artifacts...

I agree with megies about black - I am not a big fan of some of their choices. It's useful in terms of making it easier for new contributors but...

That's true, if we do some massive automatic changes on the codebase it would be good if they were squashed into a single commit - in that case when going...