Results 63 comments of kkocdko

> 编程题 3. 编写浮点应用程序A 请问什么是“浮点应用程序”呢?是类似 `./user/src/bin/01power_5.rs` 这样,然后随意计算一个浮点运算任务么?

20220707:可以尝试 `ch2-dev` 分支。之后如果遇到示例代码与当前教程版本 `3.6.0-alpha.1` 不适配的情况,建议检查一下是否存在更新的 `-dev` 分支。

This is an awesome project! I'll start to migrate my `react+mui` app to `solidjs+suid`.

Hiroshiba is right, and the config shows in: https://github.com/user/repo/settings/actions#:~:text=Workflow%20permissions

在 README.md 中添加了对此问题的规避方法。

> 这种情况下,会导致自动选择功能失效,每次都默认选择第一个节点。 成功复现。

Seems that they set `DISABLE_GPT4`? I'm not sure. https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/blob/9eaf492d5b72d252c9dcaa55d5d99dab87bf19e0/README.md?plain=1#L209-L213

Currently: ```sh rg --max-columns 30 --max-columns-preview --max-columns-preview-before 10 --per-match '=require\(' ``` ![screenshot_0](https://github.com/BurntSushi/ripgrep/assets/31189892/ccd67b78-c598-4b84-a807-32e824790a21) Should we reduce the tips text length? And replace the "0 more matches" with "[... omitted end of...

Hi, @BurntSushi , what is your opinion about this design? Many people work on JavaScript bundler and web reverse engineering rely on this feature because we needs to deal with...

IMO this should be a task which a simple user-script or extension can do. If it can be done perfectly by extension, why add it to browser itself?