Results 128 comments of Luo Chen

Seems like the error comes from [code here](https://github.com/fedirz/faster-whisper-server/blob/master/faster_whisper_server/main.py#L285-L288)

According to the source code, I find that set `DEFAULT_LANGUAGE=zh` can work around this.

> Yes, it looks to be broken together with https://github.com/luochen1990/rainbow Replied here: https://github.com/luochen1990/rainbow/issues/198

> You probably want to use a patch like [NixOS/nixpkgs@38291ea](https://github.com/NixOS/nixpkgs/commit/38291ead98c0186473aa75bc38df465851dde490) instead of piping into nom I think things like `nh` should also inherit this feature, so it's not just about...

Having same issue, just add a tag please.

> 怎么配置才能让nix不自动安装引导工具和配置引导呢? 想要不安装 boot loader 的话,看 `boot.loader.*` 相关的[选项](https://search.nixos.org/options?channel=24.05&from=0&size=50&sort=relevance&type=packages&query=boot.loader.grub),把这些的 enable 关掉就行。 想要 nixos 不往 boot 分区写东西的话, 执行 `nixos-rebuild test` 命令而不是 `switch` 或 `boot` 就行 > 我想把nixos 安装到btrfs的一个vol中,又该做什么样的配置呢? 把要安装的 vol 给 mount...

说明 vim9script 的语法自定义了括号的高亮。 本插件不会武断地主动去删除其他插件/语法脚本 所定义的语法规则,除非你在配置里显式地指定。 具体请阅读 README 的 Config 和 Troubleshooting 部分

正在使用 nvim, 没有遇到此问题,你能在你的环境里用 nvim 试试么?

Having same issue, using NixOS module from nixos-unstable.