-
Before going public we need to setup CLA via https://cla-assistant.io/
-
```javascript
context = browser.newContext({
screen: {width: 1920, height: 1080},
viewport: {width: 1920, height: 1080},
});
```
This does increase the viewport dimensions, but I'm e…
-
Similarly [how this is done for native k6 requests/responses](https://github.com/grafana/k6/blob/b7de6d770d/lib/netext/dialer.go#L103-L116), the extension should emit `data_sent`/`data_received` metri…
-
## Steps to reproduce
1. Run an intense load test with 50 concurrent users
```shell-session
$ go install github.com/k6io/xk6/cmd/xk6@latest
$ xk6 build --with github.com/binxio/xk6-privatebin@…
-
## Enviroment
- **Airbyte version**: 0.32.6-alpha
- **OS Version / Instance**: AWS EC2
- **Deployment**: Docker
- **Source Connector and version**: Github 0.2.6
- **Destination Connector and ver…
-
As a user, I would like to be able to implement custom functionality and protocols and expose it in the JavaScript VM so that I can write the heavy lifting work in Golang but write tests in JS.
## …
-
## Summary
Reproducing:
1. Install 0.4 and KA content channel: `8b4d3e6d3d4842ba8ea658335b5dd252`
1. Stop the 0.4
1. Run `kolibri start` on `release-v0.6.x`
1. Navigate to Learn
The follow…