cen1
cen1
Input: ``` # Test These are lists: * item 1 * item2 ``` Result (attached) [test.pdf](https://github.com/walle/gimli/files/1152354/test.pdf) (not rendered as a list but as plain text in same row)
We are seeing a lot of these errors in indexer ``` ** (CaseClauseError) no case clause matching: {:error, [#Ecto.Changeset, #Ecto.Changeset]} ``` If I decode `transaction_hash` to hex and call debug_traceTransaction...
Some CSV downloads (especially for older periods like last year and accounts with a lot of transactions) end up with cloudflare error 502 on our instance. Error appears before the...
When CSV download takes a long time, the page loading stops and captcha re-appears. But if you have browser dev console open, the request to /transactions-csv is still going in...
Please add minimum documentation on how to configure logging. Suggested page: https://github.com/sony/easyhttpcpp/wiki/Recipe:-Configuring-EasyHttp Example: ``` easyhttpcpp::common::CoreLogger::getInstance()->setLoggingLevel(easyhttpcpp::common::LogLevel::LogLevelWarning); ```
### Brief overview First of all, apologies if I completely misunderstood this problem, the documentation and online samples are rather thin. I am doing a fire-and-forget POST webhook call. I...
This is a treasure repo, great work. Besides the "PostgreSQL converts to UTC when storing." mentioned in your wiki, I experimented with ZonedDateTime on Postgres anyway and found an interesting...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
If DB connection can't be retrieved from the pool temporarily for whatever reason, explorer ends up in a state with certain blocks having 0 transactions. Block info seems to be...
logs table is missing an index on `block_hash` column which causes incredibly slow select queries by block and block deletions due to FK constraint checks. When trying to delete a...