Samuel Gratzl

Results 137 comments of Samuel Gratzl

this is upset.js a re-implentation of upsetR, so it will never look like upset2. Just to clarify you want to compute of 12 sets all possible combinations?

are you looking for the distinct combinations or all possible combinations? Moreover, have you tried using the `extractCombinations` method, https://github.com/upsetjs/upsetjs/blob/main/packages/model/src/data/extractCombinations.ts#L88 which is more optimized

what is the advantage of considering such columns a categorical column and not a string column? The histogram will always be misleading since it can only show a fraction of...

with the option to copy/paste the selected row automatically. How important is this feature anymore? I'm asking cause different browser handle the text selection differently and it works way better...

the main part that is conflicting with text selection is the drag to select feature. mixing both isn't easy so I would pick one or the other.

what should happen in the taggle overview mode?

the current fix limits the selection dragging to only when started within the selection column. Thus, you can select text. However, https://github.com/lineupjs/lineupjs/pull/510 implemented a feature listening to the copy command...

a complex request since each renderer defines the content of a cell. In order to add labels as another layer on top of each, the cells needs to be wrapped...

#185 is implementing an approach in which the sorting / filtering / ... is externalized and e.g. done by a server. In the end, one has to implement: https://github.com/lineupjs/lineupjs/blob/b87ff4704c6fa4e1d2febe5930fc618c435cd4fa/src/provider/remote/interfaces.ts#L79-L129 >...

how should the user access the remaining rows?