Zero King

Results 69 issues of Zero King

Similar to [dimension groups](https://github.com/allegro/turnilo/blob/master/docs/configuration.md#dimension-group), data cube groups can organize lots of data cubes and make them easier to find.

https://github.com/allegro/turnilo/blob/5e7da2218edd9d9b4c9a3cf695b8df3ec5380fc0/src/server/utils/settings-manager/settings-manager.ts#L149-L150 Only `reviseClusters` would call `DataCube.toExternal()` and apply the `attributeOverrides:` configuration with `AttributeInfo.override(..., this.attributeOverrides)`. Should the same functionality be implemented for `reviseDataCubes`?

question

Sometimes with multiple measures selected, I'd like to clear them all and select just one measure instead. I would have to remove all unwanted measures one by one in Turnilo....

enhancement

### What problem does this PR solve? Use of `sprintf()` is dangerous and may cause buffer overflows. ### What is changed and how it works? Replace `sprintf()` with `snprintf()`, limiting...

cpp

**Problem** I can not click into a page with empty title in all pages or graph view. In 1.0.0, I can click into that page from all pages and delete...

**Describe the bug** Code pasted into a code block is split into code blocks with each line of code in a separate block. **To Reproduce** Steps to reproduce the behavior:...

**Describe the bug** Unable to build notabase without configuring sentry. **To Reproduce** Steps to reproduce the behavior: 1. Checkout commit dadc5c5ef8110665e2f184423c940a36dba66cbe. 2. Build with this Dockerfile. ``` FROM node:16 WORKDIR...

Is it possible to get Emmet support in ReScript JSX? https://code.visualstudio.com/docs/editor/emmet

enhancement

## Pull request checklist Please check if your PR fulfills the following requirements: - [ ] Tested the changes - [ ] Build (`/path/to/php cli.php cmd=build`) was run locally and...

Behavior of json, json_stream and json_lines should be documented. Related comments in code: https://github.com/fluent/fluent-bit/blob/v1.4.2/src/flb_pack.c#L745-L754 https://github.com/fluent/fluent-bit/blob/v1.4.2/src/flb_pack.c#L820-L833 ```c /* * If the format is the original msgpack style of one big array,...