John Doak
John Doak
@lizthegrey Wanted to drop a note in here, since I saw this and it might be related to the bug I just put in. I dropped bug: https://github.com/vmihailenco/msgpack/issues/373 This has...
I need to read through observability stuff. In Go you either end up with logs doing observability (bad) or observability that is tied to the Context object, that way it...
As an FYI, I believe Windows is not currently officially supported according to these threads: https://github.com/marcboeker/go-duckdb/issues/141 https://github.com/marcboeker/go-duckdb/issues/136 However, at least for this issue, I receive the same error on MacOS...
I'm not quite sure on this bug. The code has changed a lot, so I'm not sure if this is valid. Can you look at authority.GetTenantDiscoveryResponse() and let me know...
This still seems like it is a problem. I've been using a system that output pks12 and it has the same problem. In my case, I found that if in...
Was just reading this thread and saw that you want to go with "Go options" style, but don't want to pay the cost in allocations. You can allocate the options...
Trick I came up a while ago. Was working on something where I spent so much time getting rid of allocations, allocating the options seemed a bad idea. And I...