Maximilian Güntner
Maximilian Güntner
Write [NixOS Tests](https://nixos.org/manual/nixos/stable/index.html#sec-nixos-tests) that test UDP, TCP and SCTP between two machines.
Currently statements need to be written and compiled for each request. A query builder could help doing that by aggregating the values / parameters first and then compiling the statement....
At least with 2-8 threads, but maybe with `max_threads`
log files produced by #9 are parsed, aggregated and if they failed in more than n (e.g. *10*) cases, the urls form a the blacklist for the next run, and...
Add output from https://github.com/NixIPFS/nixipfs-scripts/blob/6e3534430c2280be79e521ce489947a6ed17f451/nixipfs/src/mirror_tarballs.py#L138 to `DownloadFailed` then add this to https://github.com/NixIPFS/nixipfs-scripts/blob/6e3534430c2280be79e521ce489947a6ed17f451/nixipfs/src/mirror_tarballs.py#L119 finally dump this as JSON to https://github.com/NixIPFS/nixipfs-scripts/blob/6e3534430c2280be79e521ce489947a6ed17f451/nixipfs/src/mirror_tarballs.py#L209
Generate a nice index.html for each channel/release
Beside distributing binary files, the build inputs of a derivation could be cached in IPFS. That would speed up CI quite a bit since the cache could move "closer" to...
## Description When using [serde's rename_all_fields](https://serde.rs/container-attrs.html#rename_all_fields) on an enum together with schemars, the fields are not properly renamed in the schema. Only explicitly renaming each and every field renames them....
I am seeing issues with a schema that uses JSON pointer in the current dependency configuration of `openapi-changes`: ``` ERROR component '#/components/schemas/OneOrMany' does not exist in the specification Error: unable...