Scriptis icon indicating copy to clipboard operation
Scriptis copied to clipboard

Scriptis is for interactive data analysis with script development(SQL, Pyspark, HiveQL), task submission(Spark, Hive), UDF, function, resource management and intelligent diagnosis.

Results 25 Scriptis issues
Sort by recently updated
recently updated
newest added

只限制智能执行查询语句的功能支持吗,不让用户执行创建脚本?

![image](https://user-images.githubusercontent.com/50863811/68446148-e3a50400-0216-11ea-8282-fe64078a30a5.png) 请问这是哪里配置错了还是哪里少配置了?

Update https://registry.npm.taobao.org to https://registry.npmmirror.com, For more info please refer to https://zhuanlan.zhihu.com/p/430580607. This is an automated PR by @npmmirror (Which is a bot maintained by 8d6e8cefe5a7e3202364ec2c48db03fcc544218cf70100bf65d2ed2df5cc83da).

#29 #49 #56 Fixes # # #

代码补全失效,打日志的时候,provideCompletionItems函数有被触发,但是返回数据后,并没有触发代码补全的提示。想问下有哪些情况是导致代码提示无法显示

![image](https://user-images.githubusercontent.com/23250700/91406967-0a4f2c80-e875-11ea-8392-17cc084ccb3b.png)

![image](https://user-images.githubusercontent.com/35951567/88357047-78975f80-cd9c-11ea-943f-6fb68b399599.png) 如图,页面初始化后,双击左侧与右侧间的拖拽线,会导致右边栏空白; 经过查找,是因为src\js\component\panel\panel.vue组件中,currentChange没有设置在data中。双击的时候,没有经过move事件,会导致currentChange获取到的值为undefined和null。 解决办法:在data中设置currentChange为0就可以了。 ` currentChange: 0,`