Francesco Bonacci

Results 35 comments of Francesco Bonacci

> ### Default values for Period and Delay: > `HealthCheckRegistration` sets the default values for Delay and Period to `Timeout.InfiniteTimeSpan` and `TimeSpan.Zero` (`default(TimeSpan)`). `DefaultHealthCheckService` follows the same convention when deciding...

> > requires changing the PublicAPI contracts for `AddCheck` adding an optional `HealthCheckOptions`. > > Why not add a new `AddCheck` overload that takes the new `HealthCheckOptions` type? Adding a...

> ### Migration to ValueTask: > Updating the `AddAsyncIndividualCheck` APIs to `ValueTask` will force us to update also its dependencies on `DelegateHealthCheck` with a cctor accepting `Func`. This would require...

> What if instead of adding all these parameters to an `AddCheck` overload, we took `HealthCheckPublisherOptions`? That way if we add any more properties to these options, we don't need...

> ### Cancellation: > For the same reason above, cancellation parameter passed in the `CheckHealthAsync` has no effect on the individual HCs, since they run isolated from the publisher. Should...

> I just created a BTRFS partition on Ubuntu 24.04, and I could not reproduce this problem. > > So it seems to only appear when using Unraid, maybe because...

@tomascupr - step 1 to 4 needs to happen before starting the MCP server: https://github.com/trycua/cua?tab=readme-ov-file#option-2-full-computer-use-agent-capabilities

You can ignore that log based on this [comment](https://github.com/dockur/windows/issues/226#issuecomment-1984101323). I don’t see any errors in the log. However, it’s important that you don’t manually exit the process; let it continue...

In [this section](https://github.com/microsoft/WindowsAgentArena?tab=readme-ov-file#3-prepare-the-windows-11-image), you’ll find the preparation walkthrough video. The error in your later attempt is different from your previous run. I recommend restarting the Docker daemon and ensuring that...