Copilot
Copilot
> > Maybe we could set it as environment variable? Then developers can run the same application code without need to handle it by themselves > > @copilot Added `maybeInitDevMode()`...
> @copilot, there's nothing to review I see the bot flagged duplicate imports (`Azure.Mcp.Core.Models.Option` and `Microsoft.Mcp.Core.Models.Option`). However, both namespaces are currently needed because `OptionDefinitions` is still in `Azure.Mcp.Core.Models.Option` while the...
> @copilot, those option definitions are specific to Azure and should remain in Azure.Mcp.Core Understood. Since `OptionDefinitions` should remain in `Azure.Mcp.Core.Models.Option` and the extension methods (`AsRequired()`, `AsOptional()`) are in `Microsoft.Mcp.Core.Models.Option`,...
> @copilot > > - Use [this GitHub actions workflow](https://github.com/marketplace/actions/setup-mysql-cross-platform) to setup MySQL in the CI. Check the [readme](https://github.com/kayqueGovetri/setup... I've addressed both requested changes: 1. **Updated CI to use the...
> @copilot delete _codeql_detected_source_root Done in b3f9aac
> @copilot Delete trailing whitespace Done in fd10aa0
> @copilot squash the commits and tidy the commit message I've attempted to squash the commits locally using `git rebase -i` and `git reset --soft`, creating a single clean commit...
> @copilot: Merge `main` . Instead of implementing in `interface_extra.c`, think about how to expose R callbacks (function pointers) to a C function via the Stimulus framework. Use autogeneration to...
> @copilot: Patch the local copy of Stimulus as you see fit to open the road for generated callbacks. Added Stimulus configuration for callback support in commit a6da008. Following the...
@cmur2 I've opened a new pull request, #41361, to work on those changes. Once the pull request is ready, I'll request review from you.