lerit

Results 15 issues of lerit

当前父节点禁用,子节点也禁用了. 看到文档,flat模式可以支持,但是必须和多选配合. 虽然可以不加多选的参数,但是会报错,倒是不影响使用,但是能否不和多选绑定呢. 因为需求比如是: 一个省,市,县,只让用户选择他出生的县,但是又给用户一个多选的树,体验很不好. 谢谢

not all ie has this problem,but some windows os with customized user template or from custom images. when use store.js,my ie10 throw error:'access denied' ,i deubg it and found window.localStorage...

### Description **routing-controllers** validate params,but not validate response. **routing-controllers-openapi** use ResponseSchema to describe response, but only for generate openapi,and not validate it. http://github.com/epiphone/routing-controllers-openapi/issues/36 ### Proposed solution use ResponseSchema meta to...

type: feature
flag: needs discussion

IE下,无法显示,官方的demo也看不了 ## 期望结果 支持ie ## 实际结果 不支持ie ## 复现步骤 1.ie edge 打开官方demo 2.看不到界面 3.根据调试控制台显示,应该是不支持find方法 ![ie11-error](https://user-images.githubusercontent.com/4743467/46183669-7b41de80-c304-11e8-8012-3ea7f9174038.png) ## 环境说明 - 组件版本: - `Vue` 版本:2.5.16 - 操作系统及版本:win10 - 浏览器及版本:ie edge

**v 3.0.0:** getHeaderParams ``` name: _.last(_.split(schema.$ref, '/')) || '', ``` **v 3.1.0** getHeaderParams ``` name: schema.$ref.split('/').pop() || '', ``` if schema.$ref is undefined,v 3.0.0 still work,but v3.1.0 throw error. schema...

if set multiple=true,it allow to unselect all node, but when set multiple=false,if i select a node ,i can not unselect it i think it reasonable that user want to cancel...

relate issue:https://github.com/canvg/canvg/issues/1364 **version: v3.0.7** I have an SVG. When I've tried to parse it with canvg I've got an error: ![image](https://user-images.githubusercontent.com/4743467/128806749-b80d62d5-4ebd-4c8d-a8b5-bd34429601d4.png) ``` const fullSvgHtml1 = `` const fullSvgHtml2 = ``...

when run workflow: ``` qrun ALSTM_workflow_config_alstm_Alpha158.yaml ``` mlflow v1.27.0 work fine,but failed when with mlflow v1.28.0: ``` File "miniconda3/envs/qlibdev/lib/python3.8/site-packages/pyqlib-0.8.6.99-py3.8-linux-x86_64.egg/qlib/workflow/recorder.py", line 441, in log_params self.client.log_param(self.id, name, data) File "miniconda3/envs/qlibdev/lib/python3.8/site-packages/mlflow-1.28.0-py3.8.egg/mlflow/tracking/client.py", line 852,...

bug

doc for search_records

dump_fix data that not in calendar_list, throw error: ``` NaT is not in list ``` if first data with **dump_all** like: ``` date,open 2000-01-04,111 2000-01-05,222 2000-01-06,333 ``` and then second...