Robin H. Johnson
Robin H. Johnson
CI testing is easiest in GitHub Reference: https://github.com/radvd-project/radvd/issues/263
https://github.com/radvd-project/radvd/actions/runs/12590121353/job/35091122758?pr=253#step:3:1771 ``` process.c:289:38: warning: taking address of packed member 'nd_opt_pi_prefix' of class or structure 'nd_opt_prefix_info' may result in an unaligned pointer value [-Waddress-of-packed-member] 289 | addr_match(&prefix->Prefix, &pinfo->nd_opt_pi_prefix, prefix->PrefixLen)) { |...
https://www.ietf.org/archive/id/draft-ietf-6man-slaac-renum-08.html
Nobody else seems to have discussed this, but it seems to be impossible `ajv-cli` to validate YAML files that contain multiple documents. My underlying goal is replacing `RoadieHQ/backstage-entity-validator` with more...
Is this project dead - there have been no commits for more than 1 year now.
Grafana's Search API endpoint applies a default of limit of 1000 results - cutting off any dashboards past that point. Implement a trivial pagination wrapper to support further fetching. Keep...
`catalog-backend-module-okta` is using the older major version of the Okta SDK v6; rather than the v7 series, which contain breaking changes about fields & API structure. This is important to...