one

Results 11 issues of one

[Spack](https://spack.io/) is very good at building scientific software and is useful for users who want to build BOUT++ from scratch. However, I didn't find an official configuration for BOUT++ yet....

I've been using CodeCoverage.cmake and lcov for a while. I noticed that patterns to excluded were handled well, whereas patterns to extracted are not supported yet. I believe the lcov...

### Describe the bug I was working on turning some scanned Chinese books to searchable PDFs. Everything works perfectly except for one document expanding to 111x size after OCR. Any...

bug

#29 这个 issue 里面用 python 替换语雀公式图片链接为链接包含的公式,我改写到`doc.ts`里面之后也可以用。 ```TypeScript function recoverMathBlocks(mdstring) { return mdstring.replaceAll( /\!\[\]\(https.*?\/\_\_latex\/.*?\&code\=(.*?)\\\&.*?\)/g, (match, p1, offset, string) => { const mathExp = decodeUriComponent(p1); return mathExp.includes('\\begin') || mathExp.includes('$') ? `\$\$\n${mathExp}\n\$\$` :...

The date of the Zotero document is `August 1, 1989`. Use `it.date` to get `1989`. Is it not possible to recognize dates in this format? Zotero 文献的日期是`August 1, 1989`,用`it.date`得到`1989`,请问是不是不能识别这种格式的日期?

bug
template
stale

### Environment - OS and Version: Windows_NT x64 10.0.22631 - VS Code Version: 1.93.1 - C/C++ Extension Version: 1.21.6 - If using SSH remote, specify OS of remote machine: Ubuntu...

bug
Language Service
Visual Studio

- [x] Tech stack - [x] Use yarn for packages - [x] Use vite for building - [x] Use zustand for states - [x] Use i18next - [x] Update dependencies...

close #3922 ## 数据 - 移除 Assistant.topics - 为 topics 创建新 store - 转移一些特定于话题的操作到 useTopic ## 话题和助手 关联性: - 话题和助手通过 id 关联 - 话题 assistantId 关联的助手是负责该话题的助手 - 消息 assistantId 关联的助手是参与该话题的助手...

needs-review

### What this PR does 划词助手“引用”功能会把内容添加到 pendingQuoteTexts 中,当用户切换到对话界面时会一起加入输入框。 Before this PR: “引用”功能只能在对话界面生效 After this PR: “引用”功能在其他界面也生效,只不过处于 pending 状态 ~~给划词助手增加通知,引用会发送通知给用户~~ Fixes # ### Why we need it and why it was...