Rob Wise
Rob Wise
Will have to look into the debug thing although @robbymarston you should be able to use the plugin overall, it's just the debug that's in question here right all?
@robbymarston Can you confirm you're on latest Prettier version? They regressed their codebase to be incompatible with the verison of Node that Atom uses in a couple of the previous...
Well, it's intended in the sense that prettier has written their tool to do this for speed purposes. I believe I can pass a special option to force it not...
@bradennapier What do you mean the print width is ignored?
@SavePointSam, I like the concept of using `Project#onDidChangeFiles`, but doing it _always_. This is similar to how React approaches DOM event listeners. They just listen to every event fired and...
Also, can you confirm that this works fine outside of prettier-atom (using Pretter directly)?
Can someone give me some sample html and filename that fails for them and I can try to reproduce locally?
@uyouthe Can you provide a gist if possible? I'm not sure what the common thread here is, but it seems to be based on the actual code in the file...
Awesome, I think I've narrowed down the issue. When calling `prettier.formatWithCursor`, prettier has an out of memory error. It is this old issue here: https://github.com/prettier/prettier/issues/4801 While we wait for Prettier...
We've done what we can to try and reduce startup time by lazy-loading as much as possible. There's going to be some overhead though because we do register a status...