Dang Mai
Dang Mai
Hi, thank you for opening the ticket. The bad news is that this is not a safe operation in the general case for me to do in this library because...
Thanks for the bug report, I agree that the current format does not look right, but we need to think a bit more about the expected output. For example, what...
Gently pinging @ntotten - do you know when you'd have resource on your side to work on this task yet? I want to push `1.0.0` sooner rather than later, and...
Since I haven't heard back about this issue, I will release `1.0.0` in the near future without this feature; it will be added later in a patch release.
Hey @nawforce, I'm glad to hear that you're using them in your company, and would love a PR to make performance better! What do you have in mind for a...
In the mean time, one thing you can do for your team is to run the HTTP server in an internal server (let's say at `http://apex.internal:2117`), then version control your...
One other potential quick fix I just thought of: If your team is using 1 IDE (e.g. VSCode), you can set the editor up so that it auto launches the...
Unfortunately that's not possible because currently Prettier doesn't expose any lifecycle hook for us to spin up/shut down the server - see my issue upstream here: https://github.com/prettier/prettier/issues/5317
There's no `await` in Prettier, everything has to be synchronous unfortunately (see https://github.com/prettier/prettier/issues/4459). If we go down this path, we have to `spawn` a process to wait for the server...
In any case though, I'd prefer to have this issue to be tracking the possibility of including the parsing server inside LSP. Let's discuss about other possible improvements by opening...