Luka Dornhecker

Results 5 comments of Luka Dornhecker

Same here, `cargo fmt` works but running `Format Document` gives me this error: ``` [Error - 4:45:32 PM] Request textDocument/formatting failed. Message: Reformat failed to complete successfully Code: -32603 ```...

A naive workaround could be to only indent after `->` if it's after an `fn ..`. Can't really help here though. I'm no longer using emacs.

Oops, I forgot to include a link to a project to reproduce this: https://github.com/lukad/credo_override_spec

@electronicbites, I think having a seperate table for each item type is the way to go in terms of maintainability and db operations. An `item` would have a `type`/`kind` set...

I believe this can be closed. I recently added this formatter to a very large test suite (~40k tests) and didn't see any memory impact. Seems like the issue was...