Max Golovanov

Results 142 comments of Max Golovanov
trafficstars

If you don't mind, I'll change the title :)

Best option here is to bind to OS-provided winsqlite3.dll for storage. That way persistent storage can be implemented without adding extra bloat to SDK size.

There are currently no resources assigned to tackle this issue in October due to other higher priorities. Removing milestone.

This has not been a blocker for Omaha release. Closing this as "Won't Fix". Please discuss with our PM if we need to reopen this.

@bliptec - let's discuss this on a call next week. My current suggestion: - Edge Data client may talk directly to LogManagerProvider: https://github.com/microsoft/cpp_client_telemetry/blob/aa674ea788f2c2b00270d091eb33966d8a230843/lib/include/public/LogManagerProvider.hpp#L22 creating a separate LogManager and ILogger per...

@bliptec - should we remove the ```Iron``` label for now? I don't think we are committed to this short-term, but we may tackle the proper long-term solution either end of...

Reforecast to `[Ni]` - added to the list for discussion with PM leads.

This script assumes that `choco` is available by default (and it is always there on GitHub Actions runners). While `LLVM` is not always available (and by default, it is not...

You should be able to override this behavior by unsetting `INSTALL_LLVM` variable. For `cmd.exe` `set INSTALL_LLVM=` For `PowerShell` `[Environment]::SetEnvironmentVariable('INSTALL_LLVM', $null, 'User')`

I'm no longer actively working on core parts of the project. I'd let @lalitb comment on this. You can specify the version through the `--version` flag.. However, I don't think...