Randy Reddig

Results 165 comments of Randy Reddig

@stevenh do the internals depend on a concrete `log.Logger` or an interface? Would you consider a backwards-compatible PR that adds the ability to create a connection that accepts something conforming...

Nice! That escalated fast!

Interesting. I solved this in another project with an explicit token → value map. I think we can fix it here. Thanks!

Hi, thanks for the PR. This is interesting. What’s the use case? It looks like the option only applies to object definitions, and not to individual fields? My instinct is...

Is `v1.1.1` pre-release or stable? The README still references`setup-ruby@v1`.

I'm not sure if this is useful feedback, as it applies more to Rust than wasi-libc, but here goes: TinyGo uses wasi-libc to target WASI Preview 1, but mainline Go...

How often does that happen in practice? For the cases in which it does might it be preferable to provide a C wrapper around a memory-safe implementation if interop is...

YAML is like violence. The solution to your YAML problems is more YAML.

Would this also affect the alignment of the struct on the stack?

Would the field be zero sized if it's the last _ field in a struct?