Emi
Emi
@nwidger I've noticed something interesting: audio clicks on my slower laptop, but only 50% CPU is being used across the four cores! I wonder if there is a sort of...
Ok, perhaps I don't have the latest vk.xml or something. As long as it works for you, I can figure out whatever is broken on our end. > I guess...
https://github.com/hexops/mach/issues/823
We're soon to use Tauri in production at Sourcegraph; and would love this feature. I know +1 comments aren't useful, but figured I'd mention it just in case
Question: where does specifying a custom `http.Client` fit into the new API design? One thing that is common throughout other codebases is using a subset of an `*http.Client` rather than...
I actually don't mean for mocking (although it is useful for that, too) - I really mean for using other HTTP clients (typically a wrapper of an `*http.Client` that have...
Here are some examples of other projects that do it: * https://github.com/aws/smithy-go/blob/main/transport/http/client.go#L12-L15 * https://github.com/sourcegraph/sourcegraph/blob/660d6866b5d386e9ae9239ea432b4e126eaa4e7a/internal/metrics/metrics.go#L102-L105 (and many other places in sourcegraph codebase) * https://github.com/cilium/cilium/blob/main/vendor/github.com/Azure/go-autorest/autorest/adal/sender.go#L37-L42 * https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/types/types.go#L31-L31 * https://github.com/kedacore/keda/blob/main/pkg/util/http.go#L41-L41 * https://github.com/olivere/elastic/blob/release-branch.v7/client.go#L110-L110 *...
@alichraghi I wonder if the i24 was inside a `packed struct` if it would work.
Sorry for missing this. I have a hunch it could be fixed already in `sysaudio`, but the example is not yet updated to use the latest version of `sysaudio`. I...
https://github.com/hexops/mach/issues/1166#issuecomment-2212962722