Ivan Mirić

Results 171 comments of Ivan Mirić

We're unlikely to implement this in the current HTTP API, but it will be considered as part of [the new API](https://github.com/grafana/k6/issues/2461) ([initial design document](https://github.com/grafana/k6/pull/2971)). We're still ironing out the design...

Since this is now fixed by #2222, and we're unlikely to change how this works in the current HTTP API, I'll close this issue. We're currently working on the [new...

Hey, sorry about the late reply :) The tricky thing about this is that `xk6` is meant to be run from an extension project directory and to just passthrough whatever...

Yeah, improving `xk6 build` makes sense, `xk6 build --help` should work as expected at least. Getting the xk6 version with `xk6 build --version` would be confusing though, and eventually we'll...

This was brought up again recently by @andrewslotin, and it might be good to clarify: `xk6 --help` and `xk6 version` _do_ work within a directory of a k6 extension. But...

Hi @thecodejunkie, thanks for reporting this and for the comprehensive code to reproduce it. You're right, this is a surprising difference and we'd also expect better performance from the gRPC...

Hi again! I spent some time looking deeper into this, and while I can't say I managed to find the root cause, there are some improvements we could make to...

No worries @thecodejunkie, hope it was useful. Since we'd like to address this issue eventually, and to allow someone with more gRPC/HTTP2 experience to comment, let's leave this open for...

The `golang` image the `grafana/xk6` image is based on already has `gcc` installed. So to compile a binary that requires cgo, you only need to set `CGO_ENABLED=1` in the container....

Yeah, I suppose we should have custom documentation just for the Docker image. Agree with removing the "Local Installation" and "Library Usage" sections. But the "Command Usage" section is still...