Nie, Jason

Results 8 comments of Nie, Jason

下面这一段注释掉以后可以启动。 ./packages/core/cli/bin/index.js ``` if ('v18' === process.version.split('.').shift()) { process.env.NODE_OPTIONS = '--openssl-legacy-provider'; } ``` 我的环境是 node = 18.4.0 Mac os = 12.4 经查 - --openssl-legacy-provider 是node v17.0.0 添加的,但没有找到有在后续版本禁用。可能跟系统的openssl版本有关。

> ```shell > NODE_OPTIONS=--openssl-legacy-provider > ``` > 是多了一个--openssl-legacy-provider,不是少了一个--openssl-legacy-provider。去掉这个--openssl-legacy-provider就好了。

> 自己觉得不爽可以发pr自己改啊 一点都没了解“Bullshit”的思想。

I got the same issue for Chinese inputting. And I just removed `props.innerRef !== nextProps.innerRef` line in `componentShouldUpdate`. So far, in my project, everything work fine. I think the reason...

I love kotlin/js.

My Mac OS, with Apple M1 Pro chip Version 13.5.1 (22G90)

Kotlin/JVM, here is my building script. Have I miss anything? ```kotlin plugins { kotlin("jvm") version "1.9.0" } group = "org.example" version = "1.0-SNAPSHOT" repositories { mavenCentral() maven("https://gitlab.com/api/v4/projects/38224197/packages/maven") } dependencies {...

https://supersonicbi.github.io/docs/系统部署/配置llm/ 文档没有做相应修改。 我按文档修改配置文件不起作用……