fangjiyuan

Results 12 comments of fangjiyuan

> add the option or input ,both is ok.

> @fangjiyuan You mean you want to input xc-token in header here right? > > ![image](https://user-images.githubusercontent.com/35857179/197521749-86ad9439-0e00-4972-af3a-50a6ca4ffbf7.png) you get it .

我有同样的问题。 node.js: v14.17.0 os:CentOS 7.9.2009 我尝试更新NPM版本之后,问题解决了。 step1 npm install -g npm-check npm-check -u -g npm-check -u step2 npm update 如果更新中提示报错 npm audit fix --force 现在仍会有一个报错,但是已经可以登陆微信了。 969 error code 128 970...

> > I choose FastApi and Quart. > > Can you give the reason why you choose it ? FastApi can make route,its usefull for me.Quart is a async-based web...

> @fangjiyuan - Primary value is displayed on the link record modal. On hover, primary-key is displayed additionally. You can re-configure primary value to a different column if required. https://docs.nocodb.com/setup-and-usages/primary-value#how-to-set-primary-value-...

> > > first of all, through the method is success without the wrong to import src :Setting -> Project Structure -> Sources however,there is another wrong import . 同样的问题,ding可以收到,但是不回复dong。

因为pycharm和vscode等IDE工具的文件目录机制不同, 为了对入门用户更加友好,建议添加本文件夹路径和src路径。 import sys,os sys.path.append(os.getcwd()+"/src") sys.path.append(os.getcwd())

> > 当我创建一个表格后,点击小程序,程序会直接卡死。 > > 我测试了一下,点击小程序会弹出这个界面,到这里是没有卡死的 ![image](https://user-images.githubusercontent.com/18455767/220630762-b74e71e9-eb05-4be4-9b01-2fce53e67bcd.png) 但是点击添加小程序会报错 ![image](https://user-images.githubusercontent.com/18455767/220630334-4dc6d446-2d55-4264-9481-12420b105f8b.png) 应该是有些依赖没有build导致加载小程序插件出现了错误 > > =========== 你和我的复现结果一样吗? 我是一点就死机,还没有到第二步。

> 这个问题现在怎么样了,有解决方案吗? 解决了,把映射的文件夹全删了,重新整的。