Michael Pühringer

Results 14 issues of Michael Pühringer

#### Steps to reproduce 1. Use Node 16 (and therefore npm 8 where peerDependencies are always installed) 2. Create a package.json with both higlass and a package requiring webpack 5...

Codesandbox is a popular way of sharing prototypes, so gosling.js should be compatible in my opinion. After following the [tutorial](http://gosling-lang.org/docs/#use-goslingjs-with-react), I set up [this codesandbox](https://codesandbox.io/s/gosling-js-pz7h7h?file=/package.json) and get the following error:...

bug🐛

* Release number or git hash: v4.0.0 * Web browser version and OS: ### Steps to reproduce 1. Have data loaded in a ranking 2. Manually add a number column...

type: bug

When you add a new column and want custom sort types to be shown in the dialog, you would be forced to reimplement the following code: https://github.com/lineupjs/lineupjs/blob/develop/src/ui/toolbar.ts#L49 which leads to...

type: feature

* Release number or git hash: v4.0.0-beta.1 ### Observed behavior * Example: If I want to customize the `StringFilterDialog` to not show the _Regular Expression_ checkbox, I have to copy...

type: feature
type: refactor

Add the ability to show only the top `n` rows in a ranking. This would be especially useful for large amounts of data (`>10k`), as scrolling becomes cumbersome (small distance...

type: feature
status: help wanted

* Release number or git hash: v4.0.0-alpha.12 * Web browser version and OS: ### Observed behavior The `LocalDataProvider` requires all data to be loaded at once, without having multiple *sources/promises*...

type: feature

Currently, the `CategoricalsColumn` does not support actual numerical values attached to the categories (even though `value: number;` exists in `ICategory`). The use-case to have Categories + Value (i.e. Label +...

Currently, only fixed colors or color scales in `PREDEFINED_COLOR_STR_MAP` are supported. It would be great if we could extend this to support arbitrary range, like `["green", "red", "blue"]` or so....

enhancement

Currently, a brush (via a linked view) can be moved only by dragging the brush itself, and resized by dragging the borders. It would be a fantastic addition to allow...

enhancement