Stan Hu

Results 77 issues of Stan Hu

**Is your feature request related to a problem? Please describe.** `gsutil` supports [parallel composite uploads](https://cloud.google.com/storage/docs/uploads-downloads#parallel-composite-uploads), but the [Google Cloud Storage SDKs do not](https://cloud.google.com/storage/docs/uploads-downloads#go). For large files, transfers to Google Cloud...

type: feature request
api: storage

### Describe the problem as clearly as you can On a `Gemfile.lock` with only `ruby` in the `PLATFORMS` gem, `bundle lock --add-platform x86_64-linux` no longer updates `Gemfile.lock` with the platform-specific...

Bundler

### What version of gRPC and what language are you using? Tested in v1.48.0 - v1.55.0 with Ruby 3.1.4 ### What operating system (Linux, Windows,...) and version? macOS Ventura 13.4...

kind/bug
lang/ruby
priority/P2

As discussed in https://github.com/fog/fog-aws/pull/721, the `Fog::AWS::CredentialFetcher` continues to lag support for IAM access since AWS continues to add functionality. The latest issue we ran into is that while the AWS...

This will help debug issues when the JWT is signed with an unknown `kid`.

A similar approach is used in native gems such as re2 and nokogiri. It makes it easier to auto-update the dependencies if they are in a YAML file.

Attempting to build charlock_holmes with `--with-cppflags` will fail unless you append a space at the end. For example, to build with XCode 16.0 and macOS SDK 15.0, for some reason...

This commit adds support for dynamic scopes, which are disabled by default. As discussed in https://github.com/keycloak/keycloak/discussions/8486, a dynamic scope notation is in the form: ``` : ``` The objective of...

### Describe the bug I've been trying to track down what looks like a memory leak for the last week where a stage buffer doesn't get cleared out even though...

bug

We are trying to profile `fluentd`, which by default builds a stripped Ruby interpreter with a `dbgsym` package. Looking at https://github.com/rbspy/rbspy/pull/282, I see that `rbspy` supports finding the symbol table...

enhancement