Mihail Stoykov

Results 127 comments of Mihail Stoykov

With the latest main and also with the [commit](https://github.com/grafana/xk6-browser/commit/579a2cc9a59e99dea10a69662b8cc78a9666f2ba) from before the goto async support I get the following race ``` ================== WARNING: DATA RACE, 1/1 VUs, 0 complete and...

> I like this approach. The issue is that we're going to be breaking everyone's script, and so this should probably be done asap (before the next release), just so...

> I wonder what benefits we will get when we add a Sync prefix/postfix to the sync methods. I'd love to hear what is on your mind. From the point...

Let's backtrack a little bit, because I feel like there is some confusion/misunderstanding on what we want the API to look like. ### We want to copy the playwright API...

HI @ttttmr, Goja does not have support for async/await, yet. As such it seems like while goja is parsing `async ({Events: t, Errors: i}) =>` it fails with the not...

Hi, first thanks for the response :bow: > I would definitely like to have the modules function Great!!! > But to stress, without 1 and 2 any implementation would be...

Hi @PaluMacil, sorry for the really slow reply :(. Glad you are excited, unfortunately I am not certain it is going to go in goja any time soon as indicated...

@oleiade maybe rename this to adding "k6 v0.40.0" ? It doesn't seem like we have any other API changes.

The issue is probably because it tries to vendor a tagged version (in my case v0.7.1), but UnsafeFieldName seems to be added after that. So changing to vendoring `master` works....

First thank you for the quick reply. Could you propose how to (re)encode/mux the file in order for the current source to work? The fix, even the hack one, would...