Luka Dornhecker

Results 7 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...

We already have `redact: true` on all ecto schema fields we don't want to log. It has no effect here because the errors we're scrubbing are coming from postgrex which...

I see. I think there is value in scrubbing the data earlier like how I'm doing it because it allows me to scrub the `%Postgrex.Error{}` structs instead of having to...