Andrew Plaza
Andrew Plaza
this should work, the culprit is in the CSS, probably starting here: https://github.com/insipx/Ergo/blob/f5e265da1ced040941100235b8a1090fa41e415d/sass/_macros.scss#L42 the `> i` will not longer apply since the i would be nested under the `` I...
Getting the same issue with this when using {{post.excerpt}} {{post.exceprt | markdownify}} works, but doesn't render highlight blocks {% highlight ruby %} is there any fix for this?
Why not make the configuration file like i3? Python languages as config files is nice, but it seems that the way i3 made it's configuration file is superior in that...
Came Across this error in Jekyll 3.0, except it was a Nesting size of 151. The above repo didn't work but the fix was the same, so I forked it...
This should probably be changed in the `features` section of the documentation as well. I was thoroughly confused for a few moments when I wasn't able to use RandBigInt and...
Going to test this out later!
Hello @sergeibadass! Substrate archive on master does not currently have type-decoding, the branch for that is the `type-decoding` branch and PR #91 . However, it is fairly outdated with all...
this is OK, but the config file will always override the environment variable. I think it would make more sense to put the check for the environment variable along with...
Yeah that would be great! Would start the journey to closing #206 as well, but yeah definitely a worthy addition imo
Yeah! Still relevant. The PR I Linked allows us to remove the `Send + Sync` bounds from our Actor-struct declarations, like here for example: https://github.com/paritytech/substrate-archive/blob/ff02024da349eb03b238165c501476343bcab9d5/substrate-archive/src/actors/workers/blocks.rs#L42 which will have a ripple...