-
From @ranj063
> @plbossart @aiChaoSONG @marc-hb this PR (#430) is in the right direction. I think we should decouple sof-test from the topology file even when testing with the SOF driver and use the…
-
Hello!
I am working inside an OpenShift ENV and trying to use img.
I can explain my problem in short: When I try to build an image - I get the follwing error message:
> /img-dev $ img -s .loc…
-
As per the MSDN documentation for [CreateFileMapping](https://docs.microsoft.com/en-us/windows/desktop/api/winbase/nf-winbase-createfilemappinga):
`
An attempt to map a file with a length of 0 (zer…
-
Currently, License Finder only supports npm v6.
It barely works, as it can load lockfile v2.
However, projects using [Workspaces](https://docs.npmjs.com/cli/v8/using-npm/workspaces) do not work pr…
ganta updated
7 months ago
-
It's very confusing, because tmt uses some magic github URL to checkout beakerlib library, e.g. the following in the fmf file:
```
require:
- library(tuned/basic)
```
causes tmt to silently che…
yarda updated
1 month ago
-
I tried to build xk6-sse extension and got error with all available versions (xk6-sse v0.1.2, v0.1.1, v0.1.0) on Windows 10 (22H2).
It says
> This extension is tested with k6 version v0.51.0 las…
-
Hey, I just found about this project recently, and it seems pretty cool. I was going through the docs, and your blog post of this, and it states that currently this only detects leaky tests which forw…
-
❯ make
make -C vmmon-only
make[1]: Entering directory '/home/alex/Programs/vmware host modules git/vmware-host-modules-workstation-17.5.0/vmmon-only'
Using kernel build system.
make -C /lib/modul…
-
I'm having some strange behavior with FQDN destination in Hubble. I have 2 FQDNs, that 2 pods connects :
```
redis.sandbox.whitelabel.com.br
db.sandbox.whitelabel.com.br
```
At first, the FQD…
-
# Background
An "end-of-file condition" or EOF in POSIX is what happens when a process makes a *read()* call on a file descriptor and gets a return value of 0. Files can sometimes continue after an…