Mihail Stoykov

Results 122 issues of Mihail Stoykov

![image](https://github.com/user-attachments/assets/50638317-b699-48a1-a763-1fff670a3d97) This seems to happen because https://github.com/grafana/k6/blob/cb3f41c50b37b1fddc1b5da4856b5098c8db37c7/cmd/tests/test_state.go#L121 is used to get the address, but it gets an address, then closes it. And after that k6 uses it. There is a...

tests

### Feature Description Support [dynamic import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import) In part to have the same support as we have for `require` which ... basically has the same functionality and so that people don't...

feature
js-compat

### What? Have `open` , `k6/experimental/fs.open` and `k6/net/grpc.Client#load` be relative to the same path for each execution. Or at least specify and stick to one new norm among them and...

evaluation needed
breaking change

## What? Remove `k6/experimental/tracing` ## Why? It is now a jslib ## Checklist - [ ] I have performed a self-review of my code. - [ ] I have added...

breaking change

## What? Drop k6/experimental/timers ## Why? We have stabilized the API and it is now available for k6/timers for some time. We would like to stop supporting the old import...

breaking change

Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own...

Popular package
Author is Owner
The CI failed

Please fill in this template. - [ ] Use a meaningful title for the pull request. Include the name of the package modified. - [ ] Test the change in...

Popular package
Author is Owner
Owner Approved
Check Config

## What? Implement support to collect Usage dynamically ## Why? Previously Usage collection happened in one place in a pull way. The usage report needed to get access to the...

evaluation needed

## What? Fix some issues with tc39 tests ## Why? Before tc39 tests for enhanced compatilbity mode aka type erasure for ts were basically not doing anything. Also turns out...

## What? Use context.AfterFunc ## Why? This cuts down on the amount of goroutines needed to be up for each VU. ## Checklist - [ ] I have performed a...

refactor