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

Failed with these errors: ``` 19 | test("clicking the export button", async () => { 20 | const sidebar = screen.getByRole("complementary", {name: "sidebar"}) > 21 | const brimFolder = within(sidebar).getByText("Brim")...

bug

When you run npm ci today, this is what you get. ``` npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade...

Brim listens on port 9867 by default, without authentication, without checking host, you can use dns rebinding attack to obtain data in brim ## Attack example The victim opens brim...

bug

The Detail Pane system test failed on windows after running successfully a number of times. Here was the error: ``` FAIL test/system/detail-pane.test.ts (75.016 s) ● for capture loss expect(received).toEqual(expected) //...

bug

Repro is with Brim commit 00ad8da. When following the cloud bootstrapping steps at [https://github.com/brimdata/cloud/blob/main/README.md](https://github.com/brimdata/cloud/blob/main/README.md) as a user, I'm encouraged to drag the `queries.json` file into the app. However, as shown...

This is a very similar failure to the query.spec.ts #2026 . I think the problem is that we run these test blocks in a loop. If we only ingested one...

This is flaky test that has been removed, but documented here in case we get better at writing these tests and can add it back again. ```js import path from...

test

As of Brim `v0.28.0`, I see that dragging a file to the pools list always creates a newly-created pool to store the data. The only way I know of to...

On v0.28.0, if I drop a bad file (e.g., `{x:1}`) into the queries section, the drag to import animation does not disappear and I get no error. ![image](https://user-images.githubusercontent.com/2147549/142677793-764fbb6d-eb3d-4d05-9663-1bde095a2213.png)

bug

Here's what I see after entering a bad URL on the New Lake modal and clicking Connect. ![image](https://user-images.githubusercontent.com/2574448/142669058-1da0eb47-b236-4474-9205-2e00ac6d5ba7.png) My dream New Lake modal would validate the URL as I type...

bug