zlwu

Results 7 comments of zlwu

The pluck implementation is cool and should definitely be an official utility function.

> I don't really like the approach taken by `mdx-mermaid`. It basically injects mermaid.js as a dependency and renders the markup as a SVG on the client-side. > > There's...

其实只需要让在gfwlist里的域名不解析ipv6地址应该就可以了吧

> > 其实只需要让在gfwlist里的域名不解析ipv6地址应该就可以了吧 > > 我们要的是IPv6代理支持,甚至是6to4的兼容。而不是屏蔽IPv6。 ipv6代理支持意思也不大,ipv6出口总带宽太低了。 不过倒是可以单独做一个选项,可以选择代理ipv6、gfwlist规则屏蔽ipv6或者直通ipv6

Cool, 7840U has AVX512, is there any improvements over AVX2?

Great, modified a little bit with OpenAI streaming support ```js import { polyfillGlobal } from "react-native/Libraries/Utilities/PolyfillFunctions"; import { polyfill as polyfillEncoding } from "react-native-polyfill-globals/src/encoding"; const { ReadableStream } = require("web-streams-polyfill/dist/ponyfill.es5.js");...