James Kerr

Results 115 comments of James Kerr

Dang, this sucks. It's probably, as usual, our bundled zeek and suricata binaries. We updated electron in this release, so that might be reason for the difference since the last...

Here is the code in the test: ``` import {act, screen, within} from "@testing-library/react" import {toLower} from "lodash" import {SystemTest} from "./system-test" const system = new SystemTest("detail-pane") beforeAll(async () =>...

@mason-fish did you address the queries not being visible unless you have a pool selected in your remote queries branch? I thought I may have seen something related to that.

Thanks Matt. Will fix

Thank you for reporting and following up on this @philrz !

This is great. Thanks for tracking this.

I just took a swing at this and missed. Here are my thoughts for the next attempt. Much of the app depends on a tab being active. We'd need the...

It would need a circuit breaker to count how many times it's tried to start up so that we don't try to restart forever.

Thanks @cehuff , this sounds like a good idea and I'd love to work on it. We've only got 2 front-end developers at the moment and are busy with some...

This should be address when we work on #1851