Jonathan A. Sternberg

Results 49 comments of Jonathan A. Sternberg

Are you maintaining the `/mnt` directory anywhere? I would guess that the directory is being created again because it doesn't exist across calls.

I talked with @mark-rushakoff and here's a general outline: 1. Corpus files should probably be committed to a new repository. 2. go-fuzz doesn't work for CI, but it might be...

I have made an initial fuzzer that's easy to run using Docker at https://github.com/influxdata/flux-fuzz. For the additional work, we should spec that out and talk about it at standup. I...

After using this for a few times while developing the parser, here's a revised todo of what I would find useful and feasible. While the continuous fuzzer above might be...

The function signature has to be discussed before working on this so if you are a community member planning to work on this, please consult us about API design before...

There's a typo in the schema. It should be `columns`. I also think that `groupKeys` or `keys` are better names than `grouped` and that the column boolean attribute should be...

Another way that this can be fixed, as I found out recently, is to optimize `window()` a bit. The `window()` transformation will recompute the group key for each new point...

@webstersteele sorry for the late response on this. I often miss github notifications and just saw this comment. We're currently experimenting with improving this in this [PR](https://github.com/influxdata/flux/pull/3644). There are also...

I wasn't aware of that PR but yes I think this would likely replace the need for that PR.

@crazy-max I took a look at it again and it seems that PR is trying to do something different. It seems like they're trying to find the information about a...