Results 20 issues of Aki Wu

If svg contains chinese chars, the result png will not display right.

![Xnip2021-11-26_13-29-51](https://user-images.githubusercontent.com/1608576/143531895-2ba05ab0-e1a3-40b9-857c-6c7dca305195.jpg) is this wrong or right?

when I run assets:precompile, a database connection exception happend. and I have no correct database config there in a docker env.

``` en: errors: messages: content_type_invalid: "has an invalid content type" ... ``` does not work. but if I put messages under activerecord errors, it works.

help wanted

There is no ExtrinsicDecoder in the whole project, so I think maybe ExtrinsicsDecoder is the right one.

Abi::Event.decode_log failed: ``` NoMethodError: undefined method `none?' for nil:NilClass elsif base_type == "tuple" && components.none?(&:dynamic?) ``` abi: ```json [ { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "bytes32", "name":...

bug

The logs indexing task of msgscan missed some logs before adding an extra scan. code: https://github.com/darwinia-network/pindex/blob/e5521205757278baebd720f972cfc9bffb32f461/lib/tasks/logs.rake#L17 rpc: https://github.com/darwinia-network/pindex/blob/e5521205757278baebd720f972cfc9bffb32f461/config/pindex.yml#L21

I'm new to ruby async. I like it, but I'm unsure if a gem is compatible with async. Are there any articles or resources I can learn from. Sorry If...