William
William
哈哈哈 幸福的
> What does this bring that end users couldn't accomplish with subclassing? Hi @bashtage I came across this problem. https://github.com/pydata/pandas-datareader/issues/895 I cannot figure out one way to request `https://stooq.com/q/d/l/?s=USDJPY`
Maybe we can introduce a custom reader for users to do it themselves?
I setup typescript workflow following [this tutorial](https://medium.com/@rintoj/react-native-with-typescript-40355a90a5d7) Thanks in advance. :)
Yeah, currently I use both grpc-java and grpc-objectiveC in my react-native project instead. It won't take too much time to implement them and it works well.
@Elypson https://github.com/begoat/qmlLive hope this repo will help you. though we don't use qt any more
@Ovilia Hi,通过小程序的code snippet 做了个demo会产生报错, 不过基础库版本切换到 2.8.0就不会报错,不知道为什么会这样。 描述下问题: 针对echarts封装了一个 echarts-base 处理所有图表通用的需求,比如因为canvas是原生组件,会出现在所有的组件之上,为了解决这个问题,组件得有一个图片模式,所以把这个组件封装一层,接受option。 然后 lazyload-demo 组件是demo图表的组件,引用了echarts-base,定义了一些我需要图的样式的option,然后接受 `数据参数` 作为property,一旦这个`数据参数`变化,更新option 然后触发 charts-base 的更新。 一开始lazyLoad-demo组件给到 charts-base的option 不是空,而是option里面的data为空,跟默认值空不同,会触发一次更新,这个过程 charts-base 还没有ready,所以选择器选择不到会报错。 当然这个是有一些方法避免的,但我觉得问题的本质是 允许 在ready前调用了init,导致没拿到UI数据,所以我觉得改ec-canvas.js 比较合理。 https://developers.weixin.qq.com/s/9jB3ILm37tb2 麻烦看下
> 解决了吗 印象中没解决,绕过去了