xtuer

Results 12 issues of xtuer

It would be better when Thor can execute AppleScript. There is Bug when activating Finder from different space where Finder does not located. We can use following AppleScript first switching...

**Please describe the feature you request(请描述您的需求)** 只想要搜索代码的插件或者网页不要自动补全,个人不太喜欢太多的自动补全功能。 **Describe the solution you'd like (请描述您的解法)** 希望能提供一个只有搜索代码的插件或者网页,不要代码补全功能,或者提供 API 也可以。 **Contact Info(如愿意请留下联系方式,需求上线后,我们将第一时间联系您)** 邮件:[email protected]

feature request

Please add support for SQL formatting!

Seems currently the C++ Client build only support MSVC compiler. Is the C++ Client possible to be built with MinGW in Windows?

question

It would be better specifiying directory using separator slash "/" when renaming. Such as the name "foo/bar.png", the image will be saved in folder "attachmens/foo" with the name "bar.png".

enhancement

Latest Gretty cannot be used with SpringBoot due to Gretty use logback 1.1.3 that overrides the SpringBoot's logback, the exceptions is: java.lang.AbstractMethodError: ch.qos.logback.classic.pattern.EnsureExceptionHandling.process(Lch/qos/logback/core/Context;Lch/qos/logback/core/pattern/Converter;)V at ch.qos.logback.core.pattern.PatternLayoutBase.start(PatternLayoutBase.java:86) at ch.qos.logback.classic.encoder.PatternLayoutEncoder.start(PatternLayoutEncoder.java:28) at ch.qos.logback.classic.BasicConfigurator.configure(BasicConfigurator.java:50) at...

Test code: ``` Menu 1 Menu 2 Menu 3 Header 1 Content 1 xxxx Header 2 Content 2 yyyy Header 3 Content 3 export default {} .main { display: flex;...

need to check

Spring 4 + Gretty 2.0.0(using spring loaded 1.2.5) works well. It prompt classloader error when class changed with Spring 5 + Gretty 2.0.0 as following error, I'm not sure it's...

**Bug 描述** 某个节点下的数据太多时显示为空白,如图 ![SCR-20240327-qhwi](https://github.com/wsfe/vue-tree/assets/13594346/c51923e0-28a9-4da1-8e59-2177a906ae76) **复现步骤** 请描述复现步骤,并且提供最小可复现示例(CodeSandbox, CodePen 链接等) **期望表现** **实际表现** 数据量太大时树的节点显示为空。 **组件版本** - Vue: Vue 3.4 - @wsfe/vue-tree: ^3.2.0 - 其他可帮助复现的 npm 包名称及版本 **额外信息** 其他要补充的信息

**问题描述** 使用 setData 设置数据 (非响应式的方式,没有使用 :data 进行双向绑定),怎么修改某个节点的数据例如 title,然后树上此节点马上更新看到效果呢? 需求来源,例如重命名树的节点。 **组件版本** - Vue3 - @wsfe/vue-tree ^3.2.0