Andrew Baxter

Results 106 issues of Andrew Baxter

Right now it looks like workflows need manual approval, but they should all be RO and it's useful for contributors.

Currently wildcards aren't handled and just produce an error.

So just taking a quick look, I _think_ implementation would basically just be extending structs with fields and methods to include provisioner data. Slightly more specifically: - Make a `BuildProvisioner`...

I see `map_v3(bool)` was added in 2023 but when I added the dep the example wouldn't compile. It looks like no releases have been done since. Is the reason this...

**Is your feature request related to a problem? Please describe.** I'm doing builds in `nix` and the build environment doesn't have `git` by default, and I think the git directories...

enhancement

When you run the parser it logs a bunch of stuff. IIUC this is controlled by two things - On by default in debug builds `cfg(debug_assertions)` - Disabled at runtime...

enhancement

Here's pseudocode for what I'm doing: ``` let (resource, control) = connect(); let bg = spawn(resource); let (bg, work) = join!(bg, async { if let Err(e) = control.request_name("a.b.c").await { bg.abort();...

I'm doing `register_name` and getting the generic error `Failed to send message`. I'm not sure if dbus is rejecting the message or if there's something else going wrong. I'm sure...

help wanted

Sorry if I missed something - I did try to dig around, but I don't think there are any specific examples or other issues/discussions related to this. I'm trying to...

I'm testing disk loss and replacement. Here's what I do: 1. Format fs with 2 hdds, 2 replicas (metadata, etc), encrypted 2. Halt system, replace one disk, start system 3....