yalei
yalei
> ``` > Get service instance:21.25.1.59:45625 and version:Some(1.6.1-incubating) under /kyuubi_1.6.1-incubating_USER_SPARK_SQL/test/default > ``` > > Does ADB Spark allow Kyuubi Server to access the Driver through IP directly? Turns out the...
Seems it is using this [findLocalInetAddress](https://github.com/apache/kyuubi/blob/master/kyuubi-common/src/main/scala/org/apache/kyuubi/Utils.scala#L257) function to find the default IP. Currently, there is no easy way to use the second NIC, am I right? @pan3793
> Yes, we need to enhance this part to make it more flexible, e.g. introduce an address-binding election strategy, it also helps for K8s environment. Cool. I guess this is...
Finally solved, I wrote a doc: https://gist.github.com/badbye/2618d6ef47a042427836d4ba9518e203
No problem on my laptop. Try to refresh the page? ``` version.string R version 3.3.1 (2016-06-21) flexdashaboard 0.3 wordcloud2 0.2.0 ``` If you want to make multiple word cloud plot,...
In my experience the plot render at the first sight, I do not need to refresh. It will be better if you offer your test code.
网状图这个看起不错: http://datastorm-open.github.io/visNetwork/edges.html 有待尝试。资源的结构化,或者学习路径的可视化,是个很通用的场景,如果找不到合适的工具,可以考虑开发一个。
I have the same problem. I am using macOS Ventura. > Is the text displayed correctly there Yes. @KoljaB The problem is, that the format of the file generated by...
https://github.com/nateshmbhat/pyttsx3/issues/142#issuecomment-1013533459 Confirmed. I have tested `pyttsx3.save_to_file`, it uses aiff format on MacOS and wav format on Linux.