İnanç Gümüş
İnanç Gümüş
@tom-miseur: This is essentially a way to intercept requests before they get sent, which is useful for setting URL/route-specific headers. With [page.setExtraHttpHeaders](https://playwright.dev/docs/api/class-page#page-set-extra-http-headers). You often run into CORS issues as the...
@pkalsi97 Of course, please go ahead ❤️
Hi @pkalsi97, thanks for the nice explanation. Both options are fine! Still, I'm leaning more toward the second option. @oleiade any thoughts? 🙇
@pkalsi97 That's OK. You or I may create a new issue for Option 2. We can then send another PR.
@pkalsi97 Yes, we can close the option 1 PR and the option 2 issue (#5495), as this issue's resolution is now going towards option 2. Thanks ❤️
@anupriyakkumari We'll release k6 1.4.0 in two weeks. Please continue working on this PR if you want it merged into k6 1.4.0. Otherwise, we'll have to postpone merging your PR...
@anupriyakkumari I've updated the list. You can work on the next ones. Please send a PR for the next one (please do not send all of them in a single...
@anupriyakkumari, yep, those are interconnected, so it makes sense to move them all at once.
Hi @anupriyakkumari, we won't move options. We'll only move the Sobek parsing functions. To get started quickly, take a look at `MouseClickOptions.Parse`. Suggested steps: 1- Move `Parse` into `mouse_mapping.go`. 2-...
Hi @yorugac, we have prioritized [some work](https://github.com/orgs/grafana/projects/77/views/10?pane=issue&itemId=72892573) around this issue.