David Anthoff

Results 674 comments of David Anthoff

The fact that the README for MS MPI just listed the functions that are implemented manually makes me kind of suspicious that this is directly linked with the set of...

I actually like clean URLs, so a +1 from me for that feature.

~~This is a style suggestion: it would be great if inline text that is marked as a code block (i.e. uses double ` to start and end that block) would...

On the extra navigation links: I think it would be really good if we could add a link back to the repo for the project somewhere. That seems to be...

> Double backticks denote LaTeX in Julia's Markdown. Inline code should be surrounded by single backticks, and should be styled correctly. More accurately I think it was odd number of...

I'd love to see an option where code is run and one checks whether it crashes, but no output is compared. We have a lot of use cases where maintaining...

But we would still be stuck with a situation where the different user facing pieces behave differently if there is no `.JuliaFormatter.toml`, right?

Actually, PkgDev.jl also exposes DocumentFormat.jl, completely forgot about that. So just one more piece, but probably not too important here, we can just make sure that `PkgDev.format` always does the...

> I'm worried it would be very confusing for users. Yep, it would... Do you have a sense how people are using JuliaFormatter? Is it primarily directly, or are most...

> This can be easily solved by encapsulating all the options in the options function for each style. Yes, that sounds like a good idea no matter what we do...