Lam Tang
Lam Tang
miniob的小伙伴们你们好,我使用`vim`搭配`coc.nvim`以及`clangd`实现c/c++的自动补全,因此对`compile_commands.json`有需求。 当前的CMakeLists.txt已经涉及`compile_commands.json`的生成,但是这个FLAG的位置应该摆错了。 https://github.com/oceanbase/miniob/blob/c611d5fe878382116b6a329418b37d6a66daa2e1/CMakeLists.txt#L40 虽然`CMAKE_COMMON_FLAGS`这个变量感觉上是设置了`cmake`的FLAGS,但是最后其实是赋值给了`CMAKE_CXX_FLAGS`,而`-DCMAKE_EXPORT_COMPILE_COMMANDS=1`这个参数是用在`cmake`上的,而不是`gcc`。 解决方法是: 1、在CMakeLists.txt开头位置附近加上`set(CMAKE_EXPORT_COMPILE_COMMANDS ON)` 2、或在运行cmake时加上参数,即`cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 ..` 这样就能生成`compile_commands.json`: 
Hi, @TriPSs, thanks for providing such a great action! I have a question here: if it is true that CCA will remove newline in end of the version file by...
## Video Record https://user-images.githubusercontent.com/32434520/191771187-837ac176-25d4-4c60-bbfb-dfe940076a40.mov ## Todo - [ ] update the thumb of the bar-drilldown example
- [x] Chinese - [x] English modified: - series.dataGroupId - series.data.groupId - series.data.childGroupId (Add) - series.encode - series.universalTransition
> GFD的翻译校审工作进行中,为了交流方便,开此issue记录~ ## 工作介绍 - 任务分工与出版社编辑给的建议:https://shimo.im/docs/KlkKVdBr5GFV2zqd - 请在word的修订模式下进行修改 - 截止日期:周六晚上24点前(12月3日) - 修改结果汇总在语雀中:https://xlab2017.yuque.com/g/msdpvs/xdfwtu/folder/30025572 ## 译词统一 英文 译文 备注 merge 合并 commit message 提交消息 review 审查 reviewer 审查者 assign 分配 assignee 受理人...
在GitHub UI上Merge PR时,一共有3种方式: 我想以小雅学姐最近在open-research的两个PR([#92](https://github.com/X-lab2017/open-research/pull/92)和[#93](https://github.com/X-lab2017/open-research/pull/93))分别被娄博“squash merge”和王老师“普通merge”为素材,写一篇博客介绍一下它们的区别,以及这种区别在GitHub UI上是如何体现出来的。
We use many absolute "px"s in CSS currently, which causes ugly layout in high resolution devices. This should be fixed.
## Old  ## New 
### Description Reference: https://github.com/X-lab2017/open-galaxy/issues/34 Hi guys, may I request for a cron task generating data for [OpenGalaxy](https://github.com/X-lab2017/open-galaxy)? If you can help, please describe how you will have filtered nodes and...
### Description Hi community, Is it possible to shorten the oss uploading time in the beggining of every month? Or could you choose a fixed day from a month and...