西风逍遥游

Results 10 comments of 西风逍遥游

> wiki.osdev.org 那就不用学了,从入门到放弃

Usually using ssh, it's more convenient.

I'm trying to make the daemon mode support, but the tips gui won't show until the process shutdown, does anyone know the reason? My fork is here: https://github.com/sunxfancy/atom-racer/commit/6b1888e3191182f4063e22638c191e13cebc61db

这个左边栏是应该有东西的么? 。。。 ![image](https://user-images.githubusercontent.com/6300305/175393547-0a586efb-ee55-47f6-957b-84c7e181289f.png)

Same error on Ubuntu 14.04 npm ERR! Linux 3.13.0-63-generic npm ERR! argv "/usr/bin/nodejs" "/usr/local/bin/npm" "i" npm ERR! node v5.3.0 npm ERR! npm v3.5.2

Oh, after updating the version, this error has been fixed!

@dolftax I used the low version of pty.js, now it's bug has been fixed.

这真是为了发issue而发issue

对于日志的应用场景,我觉得一个线程用来向文件中写入应该已经足够了,我们可能不用考虑多个消费者的情况,而这样能简化一下设计。对于内存中日志的访问,我们最大的应用场景也是在日志收集后再访问,这样可以避免过多复杂情况的出现。我们这个库是一个比较精简的日志系统,我不太希望通过引入第三方库来解决问题,因为这会让我们更难做成header-only并且降低易用性。

> 我这边在整合vllm加速版的cosyvoice可以来看看先准备做windows的包 https://github.com/noorllpori/CosyVoice_Remixer 现在已经把 pynini vllm-0.7.3打包好了在测试 @noorllpori 请教一下,如何在windows下编译pynini,我希望编译python3.12的wheel,我下载了pynini的源码但发现里面说根本不支持在windows上的编译。