reuschling
reuschling
I use the dot [tooltip](https://www.graphviz.org/doc/info/attrs.html#d:tooltip) attribute: ``` digraph{ A[tooltip="Tooltip for node A"] B[tooltip="Tooltip for node B"] A->B } ``` See the rendered graph with tooltip at [http://magjac.com/graphviz-visual-editor](http://magjac.com/graphviz-visual-editor/?dot=digraph{A[tooltip=%22Tooltip%20for%20node%20A%22]%20B[tooltip=%22Tooltip%20for%20node%20B%22]%20A-%3EB})
Yes, exactly :) I make graph traversal recommendations on top of rdf graphs and visualize the results (i.e. the result explanations) in a generic way as dot representations. There exists...
I have the situation that visualvm hangs at startup with 'computing description' if intellij idea is running too. Linux, current intellij (2020.1, community edition), current visualvm(2.0.1)
@hangxie1 yes - not sure if it is the same problem as here, but could be. It was not on VisualVm: https://github.com/oracle/visualvm/issues/200
It would also be a chance to switch to a current Elasticsearch version. Currently they are at 7.10.2. The solution as an Elasticsearch plugin would result into following installation process:...
Thats a valid point. Though, the difference is not so big, if you doesn't use plain json-http calls for ES communication. Otherwise, I see currently two posibiities: 1. No bundling...
hmm - first, there is a security layer for ES, but only available in x-pack. Currently we have two different cases: 1. Embedded mode: Here, the whole ES is running...
I have this problem too, when I toggle tilix with 'tilix --quake' it becomes no focus if another application has the focus yet. I would like that tilix graps the...
I have found a workaround: * Give Tilix a static Window title, e.g. 'TilixYeah' (preferences->appearance->App title) * Use this as command for the quake hotkey: bash -c 'tilix --quake;xvkbd -window...
> We released [sentence-transformers/distiluse-base-multilingual-cased-v1](https://huggingface.co/sentence-transformers/distiluse-base-multilingual-cased-v1) model in torchscript format. Is it true that it has 128 input tokens? My tests looks like that any above is truncated, when my passage chunks...