Steffen Dienst
Steffen Dienst
`org.gradoop.flink.model.impl.LogicalGraph.splitBy(String)` does not work with labels, only property keys. That means, if I want to split in respect to the label I need to transform each element and copy the...
As discussed: It would be useful to be able to specify properties of matched vertices/edges in graph constructions. For example: Say we have a simple graph with year attributes like...
In `getValidOptionsForChart` the code is ``` javascript return _(chart).functions().extend(directiveOptions).map(function(s) { return 'dc' + s.charAt(0).toUpperCase() + s.substring(1); }).value(); ``` The lodash function `extend` assumes it operates on objects, not on arrays....
Currently the component assumes that the columns and options are static and do not change after the initial render. This forbids features like allowing the user to change the number...
This pull request is not production ready, but rather an invitation for discussion. I needed a way to introduce filterable columns. I started working on four types of filters: -...
Right now tooltips only work for box and range items, due to the [commented lines in BackgroundItem.js](https://github.com/visjs/vis-timeline/blob/master/lib/timeline/component/item/BackgroundItem.js#L73:L75): Background items are ignored in mouse events. There was a discussion in the...
I'm developing a clojurescript application, so I'm using [DIRAC](https://github.com/binaryage/dirac) as a clojurescript REPL in the browser. Since cider adds the `cider.nrepl.middleware.track-state` middleware to NREPL, dirac receives its messages in clojurescript....
I want to show multiple subgroups in a specific order. Then adding elements in a new subgroup the new elements are rendered on top of already existing element. I have...
Is there a way to have the "zoom on mousewheel" handler of the central timeline element also work while the mouse hovers over the time axis (or axes, if 'both'...
Shouldn't https://github.com/favalex/modbus-cli/blob/c889b6d5f463d4f4de3cc4dfc43924f23076cf41/modbus_cli/definitions.py#L58 be ```splitlines```? ```split``` will split on any whitespace, so this enumeration will not work: `:example 0=ok 1=not ok` Error message: > Traceback (most recent call last): File "/home/pi/.local/bin/modbus",...