Frank Denis

Results 470 comments of Frank Denis

That totally makes sense, a return value shouldn't be required.

This is a little bit small of a change to justify a new release, but it will definitely be in the next one :)

That can definitely be implemented. But symbolic links is what makes this way more complicated than just matching prefixes. That being said... honestly... has anyone ever used more than one...

Hi! Oh, absolutely. All I/O functions can fail, so returning `void` isn't the right thing to do here :/

Instead of installing a LaunchDeamon (nobody likes these), maybe requesting administrator privileges can be used to spawn the script that watches for changes, as suggested by @JayBrown The password would...

Thanks @quadari ! Another way to address this is to replace `$service` with `\\\"$service\\\"` (yes, that's a lot of `\`).

Hi! `import()` is the direct counterpart of `serialize()`; it expects the raw key. Your `public.txt` file looks like SPKI. This code can export public keys as SPKI, but cannot import...

An additional import function for SPKI can always be added. Is it something you could possibly contribute (preferably to the Zig implementation, from which the C version is a conversion...

A dedicated function is necessary since we need to also recover the salt length and hash algorithm, which are part of the SPKI-encoded data.