Arne Brasseur

Results 234 comments of Arne Brasseur

I'd be careful here of making things too inflexible. E.g. the warning about not having a "tests.edn" makes sense when calling `kaocha.runner`, but does it make sense when using `kaocha.repl`?...

Hey Paulus, thanks for the poke! This is indeed still an open issue. I've pushed a fix in #233, would be great if you could try that out and report...

Thanks for the suggestion, @reify-tanner-stirrat , this seems like a good feature to have. Are you merely suggesting that someone do this, or are you volunteering to shepherd this feature?...

On a quick skim it seems reasonable. Could you maybe paste in an example here of the output before and after this patch? Would there be a way to opt-out...

I must admit I did not anticipate so many different implementations for running kaocha from a terminal. My main assumption of which tooling would want to integrate was things like...

I ran into this as well (on Linux). The problem is the JVM doesn't default to UTF-8, you can check this on the REPL ``` clojure (System/getProperty "file.encoding") ;;=> "ANSI_X3.4-1968"...

Hi, I notice the behavior of URITemplate has changed between 0.6.0 and 0.7.0 ``` ruby URITemplate.new('/foo/{x}/{y}').expand_partial(x: 123).to_s # 0.6.0 => "/foo/123/{y}" # 0.7.0 => "/foo/123{x}/{y}" ``` is there an API...

I'm preparing a patch for this since I just started on a project where they use tonsky style formatting. I'm not a fan, I think the whole thing is misguided,...

No, I do not find that a satisfactory solution. For one it will lead to a fight between the indenter and aggressive-indent-mode.

My current thinking is that we need to evolve better patterns which are more explicit, and that we need to reduce the reliance on the "ContextClassloader". The latter being a...