James Kerr

Results 71 issues of James Kerr

When there is a relative date in the time picker, the two blue dots that indicate a dirty state never disappear.

bug

I am not sure the cause of this failure: https://github.com/brimdata/brim/runs/5100228293?check_suite_focus=true

bug

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...

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

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

Depending on how the data is returned, the order of the columns bounces around depending on the query. 1. Find some heterogenous data so that the columns are off by...

bug

The app right now comes in at 668.5 MB. I found that we include the whole zed repo in the node_modules zed package. We can only publish the javascript files...

It might be cleaner to have an onSelect callback that can be placed on the root tree node. It only get's fired when an item gets selected. A group can...