Mihail Stoykov

Results 127 comments of Mihail Stoykov

It likely is better near to the tls configurations, but it also might be better to be inside of [sync.Once](https://pkg.go.dev/sync#Once) as in practice we are trying to do this *once*...

Actually yes if you look into the test failure you will see how it fails with > crypto/x509: system root pool is not available on Windows I don't know though...

I am fine with it being in `cmd` - not so certain where exactly. But if we pull it earlier and earlier I am definitely for it to be in...

Was this same command executed in the previous releases? Or did something change in the github-action, maybe outside the changes in our workflow?

I am mostly against adding more flags and depending on cobra functionality. Yes it's unlikely we will ever ditch cobra, and even if we do this likely will be the...

@jberryman the stdlib will not set `Accept-Encoding`, if it is already set. It also will be correctly reported by `--http-debug`. Please though use the [community forum](https://community.k6.io/) for pure questins to...

It seems a bit strange to me to enfornce what "valid" environment variable name is if we got it from the environment. How exactly will we get such a variable...

Okay then with the current approach we will *potentially* be throwing warnings in CI and it is very likely and nobody will even be able to (sanely) write scripts that...

removing the `debug: false` fixed it for me

> removing the debug: false fixed it for me This is no longer true with the latest version - I first hit what I fixed in #579 and then I...