Wong Heung Sang

Results 3 issues of Wong Heung Sang

```ruby require 'azure' #https://rubydoc.info/gems/azure/ Azure.storage_account_name = Azure.storage_access_key = default_blobs = Azure.blobs default_blobs.create_container("content-encoding-test", {}) default_blobs.create_block_blob("content-encoding-test", "content-encoding-empty", "Hello world", {content_type: "application/json; charset=utf-8"}) ``` an unexpected ContentEncoding: utf-8 is generated by the code...

Storage
bug
customer-reported
Client

This piece of code is the same, we could reuse it in tests ```yaml strategy: matrix: os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/[email protected] - uses: nixbuild/nix-quick-install-action@v9 with:...