zui icon indicating copy to clipboard operation
zui copied to clipboard

Zui is a powerful desktop application for exploring and working with data. The official front-end to the Zed lake.

Results 270 zui issues
Sort by recently updated
recently updated
newest added

The right click menu does not work for any compound type (array, set, map, record) in the detail pane and detail page. The reason is we don't render each item...

bug

Repro is with Brim commit 55d1fdc and attached test data, [http.zng.gz](https://github.com/brimdata/brim/files/9154336/http.zng.gz) which are records based on importing the Emotet pcap referenced in #1245. To repro, import the test data and...

bug

Can languages ​​of other countries be added in the future?

community

While testing with recent Brim (commit 00ad8da in Dev mode at the moment), I happened to stop the app by hitting Control-C in the window I launched it from _without_...

It is difficult, if not impossible, to copy and paste the results of a search into another application. For example, if I perform a search that returns 5 IP addresses,...

community

Steve from slack > BUG… I’m on tip of main and if I right-click on count-by-field it rewrites the query but the results window doesn’t change… > Then if I...

bug

A community user that's been helping with the beta testing had the following suggestion: > When Brim displays the pools it would be nice to be able to rearrange them...

community

Repro is with Brim commit 55d1fdc0. As shown in the following video (test data is [sample.zng](https://github.com/brimdata/brim/blob/main/src/test/shared/data/sample.zng)), adding a comment to a working Zed script caused it to stop returning results....

bug

Repro is with Brim commit 55d1fdc. Consider the following test data `empties.ndjson`: ``` {"empty_object": {}} {"null_value": null} ``` When output by Zed CLI tooling, the different nature of the two...

bug

In the Zeek-centric era, Zed lakes were assumed to always be keyed by a field of type `time` called `ts`. But Zed now have the ability to handle keys of...