Phil Rzewski
Phil Rzewski
Repro is with Brimcap commit `1fa5fc4` and [https://archive.wrccdc.org/pcaps/2018/wrccdc.2018-03-23.010014000000000.pcap.gz](https://archive.wrccdc.org/pcaps/2018/wrccdc.2018-03-23.010014000000000.pcap.gz) (uncompressed) as my test data. In my verifications steps [#16 (comment)](https://github.com/brimdata/brimcap/issues/16#issuecomment-822854136), I first used this unsuccessful approach to try to work around...
### Content & configuration Swagger/OpenAPI definition: ```yaml --- schemes: - http swagger: '2.0' host: localhost:9866 paths: "/foo": get: description: foo produces: - application/x-ndjson summary: foo operationId: foo responses: '200': description:...
I [discussed this one on Slack](https://zeekorg.slack.com/archives/CTGDGK6EA/p1595799834095300) with @ckreibich. In my case, I'd already successfully/previously completed `zkg autoconfig` at a time when `zeek-config` was in my path. Now I was circling...
A community zync user reported the following in their own words: > I have this error with `zed serve` and `zync`. It's less frequent with Zed 1.7 but still present....
This is a little thing, but it strikes me as odd that `zync` uses a "command" to get the version: ``` $ zync version d87d49b ``` Whereas the other Zed...
I tried the following chisel & filter combo unsuccessfully: ``` # sysdig -c lsof "not fd.directory contains /dev" too many parameters for chisel lsof, 0 required, 1 optional, 4 given...
https://github.com/brimdata/brimcap/pull/342 brought the latest Zeek artifact into Brimcap. Here I'm pointing Zui at that latest Brimcap so we can get some early testing of the new Zeek in Zui Insiders.
At first there was celebration when the changes in #3061 allowed us to drop the `node-fetch` dependency. Unfortunately we learned after the fact that the change caused intermittent CI failures...
Repro is with Zui commit ca047c0. When working with Zui since the merge of #3061, I noticed one of the e2e tests failing that hadn't been before. How the failure...
Repro is with Brim commit 6eaaa54. As shown in the attached video, it's possible to start a Zed pipeline with `zq` without any input (neither file nor stdin), such as...