Malte Bastian
Malte Bastian
__Workaround__ Add this line to your `.zshrc' or `.bashrc' file, after the lines starting with `export PATH`: ```bash [ "$TERM_PROGRAM" "==" "Apple_Terminal" ] && open -a Warp.app . && killall...
The biome team is working on it, see here: https://github.com/biomejs/biome/issues/5089
Maybe [md-to-pdf](https://www.npmjs.com/package/md-to-pdf) can help here, which can convert markdown and html to pdf. You can also pipe via stdin and stdout.
It would be great if oxc could automatically merge imports from the same source. For example: ```ts import { A } from 'package'; import { B } from 'package'; ```...
@binarybaba I’d prefer having this in the formatter, since (i think) the linter should focus on actual code problems — or things that could potentially become problems — and separate...
This issue is fixed with [biome cli 1.9.3](https://github.com/biomejs/biome/releases/tag/cli%2Fv1.9.3): https://github.com/biomejs/biome/issues/4102
@tobyzerner Our apps are also affected by this issue. Have you found a workaround yet?