Alex Sun

Results 9 issues of Alex Sun

When I test this: ```python from wolframclient.evaluation import WolframLanguageSession from wolframclient.language import wl, Global, wlexpr session = WolframLanguageSession(r'D:\Program Files\wolf\wolfram.exe') session.evaluate('Interpreter["TeXExpression"]["2+2"]') ``` it never feedback and it can't stop, I don't...

wolfram language bug

I have test `ncnn::Mat.to_pixels()` with `inimage`, but outimage report error when converting: ```c++ // (main.cpp 376 line) ncnn::Mat out = v.outimage; cv::Mat res(out.h, out.w, CV_8UC3); out.to_pixels(res.data, ncnn::Mat::PIXEL_BGR2RGB); // ERROR here...

How to reproduce: disable `qmlls` will result in this -------- PS: In addition, I have a few more questions: 1. `.qmllint.ini`: It doesn't seem to work with me, as I...

```python DATABASE_PATH = os.path.abspath("./data/database.db") # not work DATABASE_PATH = "./data/database.db" mayim = Mayim( db_path=DATABASE_PATH, ) ``` ``` Traceback (most recent call last): File "D:\workspace\repo\automate\qt-client\gl_ui\main_loop.py", line 72, in run File "D:\Program\Python3.10\lib\asyncio\runners.py",...

特别是 `gpt-4o-mini` 出现乱码概率极高,每次对话都有很多乱码,官方验证没有问题,应该是流式传输将字符打断了。 注意到本项目使用了 `@chatgptweb/chatgpt-api`,这个项目目前不受支持,我们是否有办法切换到 `openai` 官方库,看了一下代码,依赖并非很复杂。如果后期有时间可参与重构。

https://github.com/vueComponent/pro-components/issues/282 希望合并一下更新,pro-form 在 pro-components 中相当有用,但现在太旧了无法使用。 可以考虑用 GitHub 的依赖机器人自动维护依赖版本。

question

Notice how long it's been since the last release. There are a lot of interesting changes that have been added, and releasing a new version will solve very many of...

### Describe the bug The methods described in this [document ](https://v2.tauri.app/start/frontend/nuxt/) does not mark HMR work on mobile devices. Because Nuxt does not use vite's HMR config. Nuxt rewrite vite...

type: bug
status: needs triage