geosmart

Results 17 issues of geosmart

how can I get the scaled image object's current width and height! ```js imageEditor.on('objectScaled', function(props) { console.log(props); console.log(props.type); }); the props.width and height not change in callback currently ``` related...

Bug

New Features: * Tumblr Crawler impl by tumblr apiv2,Solve the authentication issue; * You can set POST_TYPE(posts/likes) to download all your liked posts;

is tumblr has limit the max request? ```python Traceback (most recent call last): File "tumblr-photo-video-ripper.py", line 288, in CrawlerScheduler(sites, proxies=proxies) File "tumblr-photo-video-ripper.py", line 149, in __init__ self.scheduling() File "tumblr-photo-video-ripper.py", line...

### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar feature requirement. ### Description current chunjun only has rocketmq source, no rocketmq sink ###...

feature-request

版本:1.12-release canal的EventParser在每个transaction的`sink`后会获取当前事物的position,然后persistLogPosition持久化点位信息。 flinkx实现了canal的logPositionManager,persistLogPosition会做2个动作: 1. flink状态更新:format.setEntryPosition(logPosition.getPostion()) 2. 本地缓存更新:logPositionCache.put(destination, logPosition); flinkx的binlogReader的实现中,canal的sink是通过queue异步处理的,由flink的`DtInputFormatSourceFunction`在执行`nextRecord`时从queue中poll出来处理row。 那么问题来了, 如果此时server断电flink程序异常中断,format的state已经往前走,但是异步处理比较慢,还没处理完被异常中断了, 重启时读取的checkpoint的点位是后面的position,会导致有些日志数据未被处理。

DSS(DataSphereStudio)的实现强依赖于Linkis计算中间件,dss包含6个,而底层linkis需要部署18个服务,所以一般基于dss二次开发,关键就是对linkis的hadoop集群做适配,以及超多的微服务导致部署的问题(工作量大,服务间存在依赖,容易出错)。 本文主要的关注点是如何将dss应用于生产环境并采用`gerrit + jenkins + ansible + docker`实施`cicd`,实现对linkis和dss的自动化部署,封装每个微服务在不同运行环境的配置和启动脚本。 # 关于DSS DSS(DataSphereStudio)是一个一站式数据应用开发管理门户,基于插拔式的集成框架设计,基于计算中间件`Linkis`实现。 # Linkis部署结构 linkis总共18个微服务 ## Linkis服务列表 * eureka:注册中心 * linkis-gateway:网关 * linkis-resourcemanager:资源管理服务 * linkis-dsm-server:数据源服务 * linkis-mdm-server:元数据管理服务 * linkis-metadata:元数据服务 * linkis-bml:物料库...

when click `Restart the kernel, then re-run the whole notebook` ,just throw this error. ``` Exception in thread Thread-3: Traceback (most recent call last): File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner...