Bernhard Weichel

Results 100 comments of Bernhard Weichel

This is actually a duplicate of #27 so I propose to close 27 as duplicate.

I performed rspec on windows. The issue with the whitespace in the path is gone, but we sill have two failing examples. running the spec on mac does not yield...

@arghorashy: could you please try putting the diff.exe and which.exe on a path without spaces? In my installation it is on a path without spaces. If it solves the problem,...

It should not be closed. I should change it such that it also works with spaces in the path (even if I feel that spaces in the path is a...

We constantly have trouble with the external diff command, as it depends on user's installation which in big companies is not under full control of the user :-) Would it...

@samg I investigated the sources of diffy and discovered `ENV[DIFFY_DIFF]`. In our project, we have rake tasks to compare sets of doucuments. In this tasks we using indeed `ENV['DIFFY_DIFF']` to...

Would like to see this feature. oth it might be complicated on multiple runs in case of multiple branches.

Thanks for the background information. It appears to me that the referenced issue is indeed somehow the same issue, even if ReflectionProperty::getDefaultValue() yields the wrong result. The case showed up...

Even if it has to wait for #6317 I would like to add the request that Markdown writer has an option to write the table in the same style as...

To be honest, tables are some of the most annoying issues in Markdown, in particular if the table gets complex * arbitrary markdown in the cels * need some control...