Joshua Watt
Joshua Watt
I just ran a test with DD and didn't see any errors
Weird. Labgrid invokes dd with `conv=fdatasync` which *should* ensure that all the data is written before dd exits, so I'm not sure whats going on. You can strengthening it to...
I believe this changes the API of libavahi-common, and would require bumping the version number of that library to 9.0.0?
I think this is ready to be merged. I had pushed some other commits to my branch, but I removed them and will open a separate pull request for them.
> Seems pretty much only the AvahiPoll APIs we have to worry about. Some poll implementations like avahi-glib (updated in the PR) mostly don't matter as we end up passing...
I was able to work around this by making a custom loader that always does deep construction by default: ```python class MyLoader(yaml.SafeLoader): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) # Do...
Ok. I'll rebase the PR and make the fixes on Monday. We've also been using this patch for years without issue, it would be really nice to have it upstream
This is an SPDX 2.X problem only; SPDX 3 makes it much easier to combine multiple documents together which makes this unnecessary
FWIW, my though is that the `Extension` mechanism is what should be used for additional information about Elements, and the JSON schema should retain `"additionalProperties" : false` (or in the...
I'd be happy to resurrect it if it will actually be merged :)