Michael

Results 14 issues of Michael

I’ve observed that the current implementation of `GetSpan` performs a new allocation each time it is called if no active span is found. Since `DefaultSpan` is immutable (or at least...

As extensively discussed in issue #114854, the current implementation of the unstable `windows_process_extensions_raw_attribute` features lacks support for passing a raw pointer. This PR wants to explore the opportunity to abstract...

O-windows
S-waiting-on-author
T-libs

## Problem Statement Certain serialization formats require additional metadata about struct fields beyond their type and name to correctly serialize and deserialize data. A prominent example is [Google's Protocol Buffers...

This PR adds a new 'Debugging Nix' section to the Nix manual. It provides instructions on how to build Nix with debug symbols and how to debug the Nix binary...

documentation
idea approved