Tony

Results 9 issues of Tony

下面是官方文档上范围更新的数据结构: { "t": "rv", "i": "Sheet_ahKdzaNC65iL_1598343160744", "v": [ [ { "v": 3, "ct": { "fa": "General", "t": "n" }, "m": "3" } ], [ { "v": 4, "ct": { "fa":...

**您的功能请求与问题有关吗?** 当一个表格中有超过万行的数据,而且带了公式。渲染会特别慢,有什么优化方式? **描述您想要的解决方案** **其他内容**

**Describe the bug** 通过luckyexcel解析文件,保存到后端后,在第二个sheet中,有如下配置: calcChain: [ {r:0, c:3, index:2}, {r:0, c:3, index:2} ] 这个配置会导致我加载第二个sheet时,不显示任何数据。 然后,我手工删除了calcChain数组内的项,再刷新页面,第二个sheet的数据就正常显示了。 **To Reproduce** 1. The first step: 2. The second step: 3. The third step: 4....

**您的功能请求与问题有关吗?** 我在一个sheet中,可以通过开启enablePage,并设置pageInfo实现分页需求,但是在另一个sheet中,分页的状态还是第一个sheet的状态数据,这个分页状态如何随着sheet的切换变化呢? **描述您想要的解决方案** **其他内容**

Airflow Version: 1.10.13 i found code from airflow.www_rbac.views import Airflow will raise error bellow when call refresh_dag api Traceback (most recent call last): File "/data/svn/airflow/airflow_develop/venv/lib/python3.6/site-packages/sentry_sdk/integrations/flask.py", line 86, in sentry_patched_wsgi_app environ,...

#### Enhancement As a user, when i use “radios-inline” to crontrol some text input to hidden,so i use "condition" in these text input, exp: condition: "model.absolute" #### Expected behaviour I...

# Social account # twitter: username # weibo: ID # github: username # codepen: username # dribbble: username 要改为: twitter: weibo: github: codepen: dribbble: 否则提交到github运行会报错

**用文字描述你遇到的问题** 模型增加了用户字段,新增数据时可以选择多个用户,但是在根据用户条件搜索时,只能搜索到包含一个用户的数据,如果某条数据包含多个用户就搜索不到了 **重现方法** 1、初始化数据 ![image](https://github.com/TencentBlueKing/bk-cmdb/assets/11266046/8b768ee7-f52e-472e-97db-aa34f7c883a4) 2、搜索用户user001时,只能搜索到一条数据 ![image](https://github.com/TencentBlueKing/bk-cmdb/assets/11266046/2b7cfc5a-a394-46b1-bead-1bbb6712572e) 发现搜索条件是: ![image](https://github.com/TencentBlueKing/bk-cmdb/assets/11266046/afe404ab-34bf-4e1f-8631-ce3d02c8ce1e) 多个用户保存的格式是用逗号分割的字符串 **预期行为** 预期的正常行为 **版本** - v3.12.2 **如果是页面问题,请提供使用的操作系统和浏览器信息** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] **额外信息**