Ned Andreev

Results 290 comments of Ned Andreev

Still TBD. We are still figuring out things when it comes to event loops (e.g. see [this](https://github.com/grafana/k6/tree/master/cmd/integration_tests/testmodules/events) and [this](https://github.com/grafana/xk6-websockets) for some recent experiments) and we haven't started planning how the...

@nsmith5, it's great that you want to work on this! As @olegbespalov said, we probably would have picked it up soon, but we'd love to merge your PR instead! :tada:...

Thanks for opening this! The badssl tests are probably easy enough to fix by just changing the string that is checked, though it's probably better to take care of that...

We should probably also try re-enabling the automated CI tests on MacOS... :thinking: IIRC, we disabled them a long time ago because the MacOS runners in GitHub Actions had terrible...

Hmm didn't we fix some of these things with https://github.com/k6io/k6/pull/1841 or the previous moves to `ArrayBuffer`? And if not, aren't these things fixable with enough `Proxy` magic? Assuming one such...

Regarding `Response.request.body`, we should be able to just reference the original `ArrayBuffer` or `string` JS variable in `Response.request.body`, right? That will prevent any unnecessary copying and will also work for...

@anton-makarov-photobox, I gave `SharedArray` as an example of a read-only data structure that's shared between multiple VUs. And I used it because it specifically doesn't support binary data, so it...

Thanks for reporting this and sorry for the confusion - the documentation was wrong, it seems like it hadn't been updated after the tracking of DNS lookup times was removed...

Thanks for opening the issue and sorry for the slow response! I haven't followed OpenTelemetry closely, so I am very out of touch where it's at in terms of features,...

Yeah, I think we should leave it for the next release, possibly start this cooldown. I think it's relatively urgent that we do it because a whole bunch of not-quite-ok...