Taneli Hukkinen
Taneli Hukkinen
I tend to agree that if there's an `else` statement in a comprehension, then exploding it usually always increases readability. Maybe there's potential for a formatting rule there?
Isn't this a case of (referring the docs): > Black will allow single empty lines inside functions, and single and double empty lines on module level left by the original...
Hi @lambda-fairy it's mdformat author here! It seems you have a bit of rust code in the Markdown docs. FYI, if you consider mdformat, it's very simple to create a...
Hey, actually already did [the plugin](https://github.com/hukkinj1/mdformat-rustfmt) :smile: You can try ```sh pip install mdformat-rustfmt ``` I did some comparison of prettier and mdformat output using this repository as input. The...
If I understood correctly, I think something like this would do what you describe: https://github.com/hukkinj1/mdformat-rustfmt/pull/1/files This doesn't seem to change formatting of https://github.com/lambda-fairy/maud docs however. Maybe you'd be able to...
> Here's a test input: ... Thanks this works perfectly (when wrapped in a `fn main() {}`), added the test. > I also found another potential blocker.... I'm not sure...
Ah I see, damn. The first two (indentation related) problems might not be _that_ bad. Even if completely ignored, it just means that the target width is 4 chars narrower....
Hi @ezpuzz and thanks for the PR! Would be great if @lambda-fairy had the time to have a quick look at it as I'm not well-versed in many things Rust....
Thanks for the issue! It's not very clear to me what your issue is. An 'mpz' object is not part of cosmospy API so I assume this belongs in another...
A PR is welcome! I may not have the time to do the migration in time myself.