Jinq Qian

Results 25 issues of Jinq Qian

就是这个,感觉挺好玩的 ![图片](https://github.com/nvimdev/dashboard-nvim/assets/23305067/aa51995f-0f0b-47af-a6e8-1f9210c02a5b)

## **Describe the bug (required)** / **详细描述 bug(必填)** 基于fusion-lowcode-materials的这个仓库开发组件,在开发年选择器的时候,要添加一个value属性,它的设置器为DateYearPicker DateYearPicker设置器设置值直接报错 --- ## **To Reproduce (required)** / **如何复现 bug?(必填,非常重要)** ![ext-bug](https://github.com/alibaba/lowcode-engine/assets/23305067/960341e6-f8c2-484b-83f1-6a5caab67981) ##### meta.js 配置如下 ```js group: '原子组件', componentName: 'YearPicker', title: '年选择器', docUrl:...

My home-manager config is ![图片](https://user-images.githubusercontent.com/23305067/235357364-37902029-20b4-46a6-b748-9d9dc7a0429c.png) I have tried `tiny configure`. after configure. nothing happened.The prompt was still as same as before configure. How can I do?

❓ question

Hi, I find https://jbaysolutions.github.io/vue-grid-layout/guide/10-drag-from-outside.html. It's very very great for me. Now, I have another question--- drag a box from outside and drop in grid-item.oh, I mean, the layout contain an...

比如我有一个卡片列表,它循环`dataList`变量,但是卡片的子组件怎么拿到循环的`item`变量?

Streamline Analyst是一个尖端的开源应用程序,由大型语言模型(LLM)提供支持,旨在彻底改变数据分析。此数据分析代理可以轻松地自动执行所有任务,例如数据清理,预处理,甚至是复杂的操作,例如识别目标对象,划分测试集以及根据数据选择最佳模型。使用Streamline Analyst,结果可视化和评估变得无缝。 [Streamline-Analyst](https://github.com/Wilson-ZheLin/Streamline-Analyst)

我在开发低代码引擎的设置器,官方的脚手架工具是[这个](https://github.com/alibaba/lowcode-tools/tree/main/packages/template-setter),它用的就是@alib/build-scripts的版本是0.1.32。 目前我找不到build-scripts的文档,build.json如下 ![image](https://github.com/ice-lab/build-scripts/assets/23305067/f362306c-49a9-4df2-95f5-6ea7b5b78b5b) 执行build-scripts start会报错: ![image](https://github.com/ice-lab/build-scripts/assets/23305067/2ccab80c-9f4f-43e5-915a-1c13fbd3555a) 现在开发要调用接口,怎么办

### Did you check docs and existing issues? - [X] I have read all the neoconf.nvim docs - [X] I have searched the existing issues of neoconf.nvim - [X] I...

bug

I find systemlist was very slow when change current directory. So I use vim/nvim's job control feature to execute git status async.

如题。 我要做一个手机版的卡片列表,FDBlock不支持loop。 我想fork一下加上loop,只是担心踩坑,想知道官方为什么不支持loop?