Results 7 issues of Konrad Garus

When cell content uses `position: relative`, its painted on top of the fixed header. For example, when the sample table looks like this: ``` Index Name Gender Age Address {{item.index}}...

I have a 3.x schema generated with workbench. It has a fact table that has has some schema, like `my_schema.my_table`. As soon as I try to establish connection, Mondrian crashes...

I'd like to use Bugsnag with custom reports that may include some objects in the tabs. It's pretty close with the current API, but the `Serializer` is too restrictive: ```...

feature request
needs discussion

### Suggestion It would be nice if the Confluence chart supported single-node deployments. You don't always need the hassle and additional costs of additional volumes, processes (Synchrony) etc. 1. Make...

enhancement

### Suggestion It would be nice if the Jira chart supported single-node deployments. You don't always need the hassle and additional costs of additional volumes etc. 1. Make "shared home"...

enhancement

Create a basic page with log from our sessions as well as schedule of planned meetings.

Right now `helpers.escapeText` replaces LF with \n, but leaves CR intact: ``` t = t.replace(/\n/g, '\\n'); ``` So for input text like `line1CRLFline2`, the result is `line1CR\nline2`. This is incorrect...

bug