Andrew Plaza
Andrew Plaza
This is something else I would love to be able to do. Tracking https://github.com/Keats/tera and https://github.com/Keats/gutenberg. I think the best way to accomplish this would be through Tera templating in...
I got this to work once but I don't believe it does any longer. The formatting plugin I'm referring to is: https://github.com/sbdchd/neoformat config: ```vim let g:neoformat_toml_dprint = { \ 'exe':...
AFAIK `async-std` is no longer as actively maintained as `tokio`
One of the steps to mitigate #434 is removing the documentation from the metadata once we first get it. This way the docs are not included upon decoding the extrinsic
the rabbitMQ url should have the possibility of being configured via the environment similar to how `DATABASE_URL` and `CHAIN_DATA_DB` are. The environment variable could be `AMQP_URL`
So far WASM binaries for Polkadot/Kusama are kept in this repository and updated along with Polkadot. it might be worth making it more official and as part of the polkadot...
Running Archive off the current master (b5ee4d6) results in a high memory usage once blocks utilizing V14 metadata begin execution. The memory issue can be seen from this graph of...
- [ ] Integration with Desub - [x] Desub should seek some kind of integration with the upcoming scale-info changes - [x] Desub needs to be updated to the latest...
We can clean up trait bounds on our structs that we could not before due to https://github.com/Restioson/xtra/pull/42
[SeaORM](https://github.com/SeaQL/sea-orm) looks to be shaping up to be a fairly full-featured ORM that has the potential to replace some of the more complex query logic for query building in archive....