Mihail Stoykov

Results 99 issues of Mihail Stoykov

When reloading the config all the handlers are replaced. Old ones will continue to be around until all requests that have been started with them are finished. This might be...

bug
enhancement
question

due to the way map works in golang - the order of the locations is unspecified which has effect on which regex location will be matched first.

bug

When only the metadata is present and a request for the whole file comes the `cache` tries a range request with start 0 and length the size of the file....

bug

Currently if a connection (to upstream) dies it is not retried. This might be a problem for some modules and may need to be addressed individually in each and everyone...

bug

### Feature Description As reported in https://community.k6.io/t/create-selection-from-element/4643 it is comment in jquery to do [`selection.each`](https://k6.io/docs/javascript-api/k6-html/selection/selection-each/) and then get the selection of the element that `each` will give you and continue...

feature
evaluation needed

### Brief summary If you use [next()](https://k6.io/docs/javascript-api/k6-html/selection/selection-next/) to get the next selection there is not indication that you have run out of selections - it will continue returning you a...

bug
evaluation needed

## Background: Currently, `require` and `open` are both relative to the current *root* module/script that is being executed. This is best explain with an example: If you have. `main.js` that...

question
evaluation needed

#2670 brought up that the script samples aren't working with the latest version. I did fix some of the easier to fix issues in #2671, but ultimately at least three...

evaluation needed
maintenance

Currently tests are not run on windows CI. Given that at least some of the observed failures seem like possible functional deficiencies, it will be good for those test to...

tests
ci
maintenance

#428 will be moving APIs over. But it might be better to rename all of those to have `Sync` at the end. This way when we add `goto` with promises...

evaluation needed