Results 12 comments of rong fengliang

@ferege can you check lib/safari/index.js code ```code this.baseUrl = "https://learning.oreilly.com"; ``` is `https://www.safaribooksonline.com ` or `https://learning.oreilly.com ` https://www.safaribooksonline.com can't works

@ferege can you try this https://github.com/rongfengliang/SafariBooks-Downloader.git and install deps and then install with -g && you can alse use -d view http request info check whether baseUrl is `https://learning.oreilly.com`

@ferege dont't use `https://github.com/nicohaenggi/SafariBooks-Downloader `it baseurl is wrong you can change it or use my git repo `https://github.com/rongfengliang/SafariBooks-Downloader`

@ferege uninstall the old one first and try again

@rsbh @soniafaria I write one simple demo with express Prometheus middleware https://github.com/rongfengliang/cube.js-prometheus may be useful

@ChrisLahaye I think you can still use express Prometheus middleware. and we can easily integrate any express Prometheus middleware (express-prom-bundle,@apio/express-prometheus,express-prometheus-middleware). and we can also do some extensions for cube.js (https://cube.dev/docs/config)

@pranay01 Thanks. with sqlite for dashboard and alert . if we have multi instance of query service maybe not good for share message

@manickaws current you can use `sqlAlias` when dynamic schema generate include join. so join sql can use name directly and needn't using reference. can do like this ```code const {...

@future-fu 不好意思,刚看到,应该是你镜像拉取问题,可能是拉取镜像的仓库有问题(时候有私服,或者与dockerhub 通信有异常)

好的,我再确认下sdk的相关的,主要是昨天简单对比了下接口调用,同一个rust的sdk在不同语言的nacos实现中效果不太一样