Ivan Mirić

Results 171 comments of Ivan Mirić

Can this issue be prioritized? :pray: `inline` mode is unusable with this bug. Here's a Go example: ![2023-09-03-225543_895x160_scrot](https://github.com/Wilfred/difftastic/assets/1009277/1156fb9e-9fd1-4323-b2db-0d5fa1d3aaf8) And correctly shown by [delta](https://github.com/dandavison/delta): ![2023-09-03-225700_810x184_scrot](https://github.com/Wilfred/difftastic/assets/1009277/fa8e54b0-2148-43b7-9120-59bb836a3b19)

This won't be implemented in the current HTTP API, and since there's a workaround with the `httpx` library, I'll close this issue. Request modification is a feature we'd like to...

Given that there are acceptable workarounds for this, I'll close the issue. As a sidenote, I don't see this as being part of the HTTP API, but as something that...

Hi, just to chime in that I'm experiencing the same issue on Void Linux with: ``` luakit 2.3.1 built with webkit 2.36.7 (installed version: 2.38.3) ``` Previously, this would only...

As I mentioned, setting `webview.hardware_acceleration_policy` to `never` resolves the blank pages, but not this CPU usage issue. I've experienced the scrolling issue even before changing this setting, but I've learned...

Hi @adeniyistephen, thanks for your interest in working on this. The way forward would be to add RPM/DEB arm64 package building to [build-release.sh](https://github.com/grafana/k6/tree/0628db0553c1938a52fcde01a83326207748f32f/build-release.sh), and change the [CI workflow](https://github.com/grafana/k6/blob/0628db0553c1938a52fcde01a83326207748f32f/.github/workflows/all.yml#L427) to pull...

For that DEB script, that's likely the only change, but we'd also want to do it for RPMs. Like I mentioned above, since this is an internal release process, it...

@mstoykov Is this still relevant and should we merge it in this cycle?

The full test suite takes ~40s with `GOMAXPROCS=3` on my machine, and ~2m30s in CI. I would argue we don't need to worry about optimizing tests at this point until...

I moved this from the k6 repo, since this was originally meant for the built-in `k6 convert` command, but that has been deprecated for a long time, and these changes...