jzymx50
jzymx50
Personally, I recommend disabling the validation provided by Vetur and turning to use `eslint` explicitly with `eslint-plugin-vue`. I haven't tried myself, but from its documentation your case is supported. https://eslint.vuejs.org/user-guide/#does-not-work-well-with-script-setup
As an alternative, if you only use vue2, you can switch to version `0.17-beta.0`.
Using Fluent Terminal today and came across the same issue. As an alternative, you can set jumping-between-words shortcut for the PowerShell, and use `control + shift + leftarrow` to select...
Okay, finally I found out it was related to VS Code's settings. By default, IntelliSense will not be triggered before you fully complete the code snippet. (I am not sure...
I found for each api call, Dify will update the last updated time for api token in db, making high concurrent requests very slow. Could you also help to improve...
stale PR but important to DX. pls make a move!
maybe because of this: https://github.com/langgenius/dify/issues/24007
请安装最新版插件,已增加选项支持
@mamema I just encountered the same problem and found your issue. After some investigation, I think for memory usage calculation, the number of vectors should be the number of paragraphs...