Bogdan Gusiev
Bogdan Gusiev
Prepare for swift6 concurrency by marking TransactionReceipt Sendable.
Methods can be used for more direct control on how transaction is signed and sent to blockchain. In my case, I want to save encoded TX data to DB before...
## **Summary of Changes** Make BigInt dependency more flexible. Expecting no breaking changes on minor 5.6.0 release of BigInt as per semver.
#### Environment details - OS: MacOS - Ruby version: 3.4.3 - Gem name and version: googleauth-1.12.2 #### Code example ```ruby require 'googleauth/stores/file_token_store' ``` Makes a warning: ``` /Users/bogdan/.rvm/rubies/ruby-3.4.3/lib/ruby/3.4.0/yaml/store.rb:8: warning: pstore...
`image/x-raw-sony` is a proprietary extension of `image/tiff` produced by Sony camera with `.arw` extension. This PR implements the detection of mime type based on file content (not just extension). I...
The following file is not properly detected as `image/x-canon-cr2`: https://realphotos.mypinata.cloud/ipfs/bafybeihzvorkcgtcg6yxgnhof7ifvqguf2yuvtko34shgxgz6eqdvpxlxq Reference shell: ``` sh URL="http://silver-naval-alligator-759.mypinata.cloud/files/bafybeihzvorkcgtcg6yxgnhof7ifvqguf2yuvtko34shgxgz6eqdvpxlxq"; mime_head=$(curl -sI "$URL" | grep -i "^content-type:" | awk '{print $2}' | tr -d '\r');...