Stan Hu

Results 77 issues of Stan Hu

We've been trying to profile our `fluentd` process due to high CPU usage, and our flamegraphs show that many of the profiles only show `C function`. It would help if...

enhancement

It appears https://github.com/oxidize-rb/rb-sys/actions/runs/14914597278 failed a number of builds due to Docker Hub pull rate limits. For example: ``` Running dive on ***/aarch64-linux-musl:sha-f5a504dc0759b0259836fe81037d568a4fed5370 with max wasted percent of 0.95 Unable to...

Currently if the `csp_policy` option is enabled, the `Content-Security-Policy-Report-Only` headers are set, which effectively disables `Content-Security-Policy` headers. I attempted to add CSP nonces to make it possible to enable `Content-Security-Policy`...

The previous implementation used `brew --prefix icu4c` which returns the path where the latest icu4c package would be installed, not necessarily where an installed version actually exists. If a user...

Here's my test case: ```ruby require 'oj' class MyValidator < Oj::ScHandler def hash_start(); end def hash_end(); end def hash_key(key); end def hash_set(h, key, value); end def array_start(); end def array_end();...

### Feature Request This is related to: * https://github.com/Azure/azure-sdk-for-go/issues/18688 * https://github.com/Azure/azure-sdk-for-go/issues/23686 Currently the `BlobClient` hard-codes the `x-ms-version` to `2025-11-05`: https://github.com/Azure/azure-sdk-for-go/blob/5b7ca8c0309134795ecf665f0912d214f4ea3fcd/sdk/storage/azblob/internal/generated/zz_blob_client.go#L2898 However, Azure Stack Hub needs an older value.

Storage
customer-reported
feature-request

### Environment Include the result of the following commands: - `nginx -V` ``` nginx version: nginx/1.27.2 built by clang 15.0.0 (clang-1500.3.9.4) built with OpenSSL 3.3.2 3 Sep 2024 (running with...

feature
good first issue