İnanç Gümüş
İnanç Gümüş
As Github does, it will be beneficial to assign a person who has authored the code before the PR. Also, a person who is never involved with the code. Note:...
This is a javascript project and it's better to use javascript/bash/commandline tools to build it. **Objective is:** To remove Java dependencies. A simple bash/commandline script can do what's there inside...
Let's create a wiki and write how these things work. Only source code limits the potential of the open source potential of this project. Share the knowledge for it to...
**When try to build as:** ``` mkdir build && cd build cmake .. ``` **cmake gives the following error:** ``` FindEigen3.cmake CMake Error at CMakeLists.txt:47 (find_package): By not providing "FindEigen3.cmake"...
Hi. I'd been having problems launching Kafka (more about this in this recent thread: https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/confluent-platform/DRd_XfeW0C8). Now, I launched Kafka, however, I can't connect it: ```bash # the kafka container uses...
For fail-over and horizontal scalability, how to do replication? As I see it's not supported in the backed `goleveldb`?
Version: 6baeca02e7515d ```bash WARNING: DATA RACE Read at 0x00c00432e538 by goroutine 276: github.com/grafana/xk6-browser/common.(*ExecutionContext).getInjectedScript() /Users/inanc/grafana/xk6-browser/common/execution_context.go:269 +0x188 github.com/grafana/xk6-browser/common.(*ElementHandle).evalWithScript() /Users/inanc/grafana/xk6-browser/common/element_handle.go:1317 +0x80 github.com/grafana/xk6-browser/common.(*ElementHandle).waitForSelector() /Users/inanc/grafana/xk6-browser/common/element_handle.go:705 +0x190 github.com/grafana/xk6-browser/common.(*Frame).waitForSelector() /Users/inanc/grafana/xk6-browser/common/frame.go:645 +0x154 github.com/grafana/xk6-browser/common.(*Frame).newAction.func1() /Users/inanc/grafana/xk6-browser/common/frame.go:1910 +0x11c github.com/grafana/xk6-browser/common.callApiWithTimeout.func1() /Users/inanc/grafana/xk6-browser/common/helpers.go:121 +0x70...
This issue about this comment: https://github.com/grafana/xk6-browser/pull/229#discussion_r804544824. @imiric said about `slowMo` usage in `QueryAll`: > Unrelated to this PR, but I wonder why we need to apply slowMo here? Unlike interactive...
CI failed with [this error](https://github.com/grafana/xk6-browser/runs/7462224860?check_suite_focus=true). I reported the issue with the `EventLoop` type [here](https://github.com/grafana/k6/issues/2612). ``` === RUN TestLaunchOptionsSlowMo/Frame/click ================== WARNING: DATA RACE Write at 0x00c0009dacd8 by goroutine 665: go.k6.io/k6/js/eventloop.(*EventLoop).Start() /home/runner/go/pkg/mod/go.k6.io/[email protected]/js/eventloop/eventloop.go:99...
From a practical angle, I'd love to see **what a component does and what CDP messages it sends and receives**. For example, I can filter by the `Page` component and...