James Kerr

Results 71 issues of James Kerr

These areas are not yet covered by integration tests. Some of them are too complex to be automated with our current tooling (Spectron), but others should be. - [ ]...

Epic
test

I performed `from :pools` on a lake that had no pools and got a response like this: ``` {"kind":"QueryChannelEnd","value":{"channel_id":0}} {"kind":"QueryStats","value":{"start_time":{"sec":1643051497,"ns":957445000},"update_time":{"sec":1643051497,"ns":957516000},"bytes_read":0,"bytes_matched":0,"records_read":0,"records_matched":0}} ``` It seems like we should have received a QueryChannelSet...

It would be nice if implied yield worked for comma-separated expressions a la ``` ... | {a:this},{b:this} | ... ``` Moved from: https://github.com/brimdata/brim/issues/2161

Hello! I just want to compliment you on your website. It's got a refreshing design. Also, your article about running out of memory with Jest on Circle was very helpful....

Hello, happy new year, and thank you for your time and effort creating this package. I have a Rails 7.1 app with a default setup, I've added the gem, installed...

## Update This PR has been changed to rely on the "/compile" endpoint from the default lake which runs locally in Zui. It also changes the code so that all...

The table view and the inspector lack the ability to select rows and columns. Add this feature back. With the ability to select certain cells. There should also be a...

Create a new histogram component to be used when the search results are clearly not "Zeek" or analytics. Keep the old one to render when the resulting schemas contain a...

Experimenting with what the next iteration of the react-arborist api will be, while maintaining all backward compatibility. Remaining Items - [x] node.state - [x] require props hook - [x] disable...

All the keyboard shortcuts are listed in the DefaultContainer component. I could see how people would want to use their own keybindings. Something like: ```js { "a": "createLeaf", "shift+a": "createInternal"...