Jelle van der Waa
Jelle van der Waa
#### The problem factory-boy is packaged in Arch Linux and tests run while building the package in this buildchroot. The mongodb tests require a running mongodb server, mongodb is neither...
Since OpenSSH 9.8 DSA support is not compiled in by default and since OpenSSH 7.0 DSA is already deprecated and not recommended. Don't show it anymore on the SSH host...
### Explain what happens 1. run `TestStorageswap.testBasic -vst` in a loop 2. notice it fails in ~ 10 retries. ### Findings The page should start swap but instead of shows...
This was introduced in 234a6672af, where the IpSettingsDialog got ported to React and PF4. This now started to flake on ubuntu-stable, where the dialog is closed in the tests just...
Now that we have the option to output bundle information using `./build.js --metafile meta.json`, the ESBuild bundle analyzer shows the bundle size. So in theory we could introduce a new...
Btrfs supports creating a snapshot of a subvolume, either readonly or write-able. Unlike creating subvolumes, it doesn't make sense to put a snapshot of a subvolume in the subvolume itself...
### Explain what happens Typescript discovered that we pass bogus properties to PF components in Cockpit: ``` pkg/packagekit/updates.jsx(929,39): error TS2322: Type '"inlineFlex"' is not assignable to type '"flexDefault" | "flexNone"...
The wsgi example still uses `cgi.FieldStorage` which is removed in [Python 3.13](https://docs.python.org/3.13/whatsnew/3.13.html#pep-594-dead-batteries-and-other-module-removals).