ReginaLiang
ReginaLiang
When I use `inferno-test-utils` lib to test my inferno app, I encounter some problems that need your help. Firstly I rendered a component use `renderIntoContainer`. But I have some problems...
Reproduce steps: I have a component as follow: ``` export default function TextView(props) { return ( props.onRef(elem)} className={styles.body}> {props.text} ); } ``` when I tested this component with jest. I...
Issue description: Today, I found this server is incorrect. I am in Xi'an, Shaanxi, and my IP address is 219.144.136.24. But this website [https://ipinfo.io/]() displays I'm in Ningbo, Zhejiang. This...
我是从3.0 branch build的jar,我已经有了一个table schema, kafka-connect-tdengine 需要按照自定义schema 写入,所以db.schemaless 可以不写吗? 为什么给我提示的如下错误: ``` Missing required configuration "db.schemaless" Invalid value null … schemaless config must be one of (line, telnet, json) ```` 请问支持non-schemaless 写入吗?