Mihail Stoykov

Results 127 comments of Mihail Stoykov

Is there any update on the fix? I would be happy with the quick hack as well :).

For me this fix did not change the returned playlist - I still get only around 3 seconds of playthrough. Maybe you missed some part of it ? I'm going...

I have to add that the current way bodies are handled does at least 1 additional copy to send the body and 1 to keep it as `response.request.body` which means...

> Hmm didn't we fix some of these things with #1841 or the previous moves to ArrayBuffer? I am not certain it has any relevance, although it seems for `[]byte`...

Hi @kokokenada, From my quick glance [at the code](https://github.com/loadimpact/k6/blob/15e15e593f904c0c7c9202ddf3a3ecd1736cdf66/js/modules/k6/crypto/crypto.go#L153-L158) - your suggestion seems correct. I have to check but input likely is the utf16 encoding of the string that you...

Hi @kokokenada, sorry for the late reply. I did a lot of testing including using python3 as an arbiter on what is ... right and ... it seems like your...

Hm on second check, it seems to me that ... through some reflect magic that actually goja checks if the exportable type of the goja string, which is golang string,...

hi @kokokenada can you confirm that you have fixed this or still have this problem. From my lost comment it seems like ti should be working the way you want?

This likely will need an outside PR as I don't think any of the core developers is using Windows which will make working on this a lot harder. I have...

In https://github.com/grafana/k6-docs/issues/616 I am exploring some workaround using outside tools. Can you maybe try to figure out if this is viable alternative for your case as well :bow: ?