Benno Rice

Results 9 comments of Benno Rice

So when running the example/server.py script (which required my commenting out the include directives since the files referenced weren't around), I then ran radtest from the freeradius package like so:...

The answer is because we weren't running the test in question (12.4.5). Someone by the name of @njsmith decided that running up to 12.*.4 was fine. 🙂

Except that right above that the commit timestamp is explicitly put in big-endian: ```c /* Forward the commit’s timestamp and version if they're valid. */ guint64 commit_timestamp = ostree_commit_get_timestamp (commit_obj);...

I count 25 matches for calls to some variant of `g_variant_new_{u,}int*` in src, with 4 of them explicitly making the value big-endian and none making the value explicitly little-endian. ```...

An alternative to python-u2f-host would be [python-fido2](https://github.com/Yubico/python-fido2) which gets you out from needing the C libraries for USB HID and means you only need the Cryptography library which ships wheels...

Hi! I'm wondering what the status of this is and, if the status is "it's stalled" then what would be a good place to start working on it. For context,...

As further musing related to my comment over [here](https://github.com/ostreedev/ostree-rs-ext/issues/388#issuecomment-2116556740), would it be better to create something like `ostree container image ingest` that functioned similar to `... pull` but did things...

https://github.com/certifi/python-certifi/pull/116

I'm not sure I see how this helps? `__file__` should be a filesystem path and unless we're going to do some interesting shenanigans with `open()` then we're somewhat limited with...