Alex Sun
Alex Sun
I tested the following programs: (Windows10 x64 Wolfram 12.1.1) ``` math.exe wolfram.exe WolframKernel.exe MathKernel.exe wolframscript.exe ``` Completely normal, except for the first run with a few seconds of load stuck....
I have used Android Native to create APP and it works fine. If you need to know more, you can contact me. I am still trying to integrate other models...
@AndroidDeveloperLB Here's a **Fact:** If you deploy Real-ESRGAN on a mobile device, it will run your mobile device's graphics card at full capacity for several minutes. No other work can...
I think it has something to do with the internal mechanism of `monaco-editor`. Anyway don't do anything on `ref(editor)`, use `toRaw()` to receive the `ref`, or use `shallowRef()`. Vue 3's...
I think this is a **serious bug**, and it doesn't seem to have been a problem before I used Nuxt 3.7. 
This issue seems to have been fixed. There is no error when using `0.6.1`. ```json { "nuxt": "^3.8.0", "nuxt-icon": "^0.6.1", "vue": "^3.3.7" } ```
> @Sun-ZhenXing do you resolve this? @wokalek Not yet. I think it has something to do with the order of plugins parsed within the @nuxtjs/mdc. If this isn't officially supported,...
Thank you @wokalek ! @farnabaz I test `"remark-math": "^5.1.1"` and it work well! Try my proj: [algo-code-mgr](https://github.com/Sun-ZhenXing/algo-code-mgr). If you try, the warning you see is due to Vue not supporting...
Hi, @beorn According to the [documentation](https://eslint.org/docs/latest/use/configure/migration-guide#using-eslintrc-configs-in-flat-config), I tried the following and it worked. ```bash npm install @eslint/eslintrc --save-dev ``` `eslint.config.js`: ```js import { FlatCompat } from '@eslint/eslintrc' const compat =...
@awdr74100, this is my temporary method. https://github.com/Sun-ZhenXing/algo-code-mgr/blob/main/eslint.config.js