Braden Kelley
Braden Kelley
Looks like it does come back using the raw API, and it includes the full Data URI. It does take over a second, so it's not the fastest thing in...
@melMass are you using ALE to format or something else? I'm using ALE and see this as well, but it doesn't happen when formatting from the CLI
looks like it might have something to do with the way neovim is exporting to stdout: before: ```typescript console.log("⚠️ ") ``` highlight the line with `V`, then: ```vim :'
ok it might still have something to do with biome not quite understanding what encoding stdin is in or something... ```vim :'
Hmm I'm also finding this pretty confusing. Without `--apply` it seems to print an error but the exit code is still `0`. With `--apply` the output looks identical.  When...
OK I think I figured it out. I believe biome is trying to strip ansi characters when it detects that the output is not interactive (e.g. to a pipe or...
@w0rp I have a few other fixes queued up for biome, I just need to make sure I have tests for them and everything. Should I make it all part...
> There is a linter issue that causes the test to fail. After that is fixed I can merge this: > > ``` > ./autoload/ale/fixers/biome.vim:7 Blank line required before `if`....
Not sure if it would be an issue in the test runners but I noticed if I run the linter and then fixer tests I get an error. I think...
> LGTM, thanks looks like I need to fix merge conflicts with the other one now. I'll try to do that asap