Ned Andreev

Results 290 comments of Ned Andreev

I can still reproduce it :disappointed: This issue is not the same as https://github.com/QubesOS/qubes-issues/issues/7465, and it still exists on my laptop with kernel 6.1.1 in dom0 and VMs. As soon...

``` Linux dom0 6.1.1-1.fc32.qubes.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Dec 27 18:08:59 CET 2022 x86_64 x86_64 x86_64 GNU/Linux ``` I updated all of the dom0 packages to the latest `qubes-dom0-current-testing` yesterday,...

Yeah, that should also work :thinking: From what I can see, the regular expressions there would have to be based on the whole error message and not just the Go...

Also, do we really need the `cmd/xk6/` package? That pattern might make sense for projects that can produce multiple binaries, but xk6 will likely never be such a project, so...

@LaserPhaser, do you experience the same problems? If so, can you please share some details and benchmarks? Skimming over this issue, it was mostly left open for further discussion, not...

Unfortunately not, but I haven't had the time to investigate this very thoroughly yet... And there's a good chance I won't get to it anyway, since we may have to...

:thinking: good points... Not sure either way, but I am leaning slightly towards always warning when the version is old, even if it was explicitly specified :thinking: Just because it's...

While thinking about https://github.com/grafana/k6/issues/2975#issuecomment-1495761640, I realized that I probably disagree with something here. I think the first points of the "Must-have" and "Nice to have" sections are somewhat flipped and...

If I understand correctly, Server-Sent Events basically are a simple wrapper around long-lived HTTP requests where the server occasionally pushes data to the client? If so, I think implementing them...

It's a bit more complicated than that. [goja](https://github.com/dop251/goja/) (the JS runtime we're using), like most JS runtimes, isn't actually multi-threaded, so some kind of event-loop is necessary to handle asynchronous...