Hugo Trentesaux
Hugo Trentesaux
I found this documentation confusing because it mixed `--state-pruning` and `--blocks-pruning` concepts and made think that full nodes discard the blocks when they actually discard the states. I come with...
When entering a description for a marker, a help bubble displays: ``` Text formatting *simple star for italic* **double star for bold** # one hash for main heading ## two...
The Readme says: > Presents a catalog to Stremio containing all the found items, where IMDB-recognized video files are grouped by IMDB ID and torrents are grouped by BitTorrent infohash;...
Trying to use build script outside of github, [failing](https://git.duniter.org/clients/duniter-portal/-/issues/1) on this: https://github.com/polkadot-js/dev/blob/master/packages/dev/scripts/polkadot-dev-build-ts.mjs#L1421-L1423 ``` const repoPath = pkg.repository.url .split('https://github.com/')[1] .split('.git')[0]; ``` 🤮
When using git repos as dependencies, it is convenient to shallow clone them to avoid loading useless data. (see https://doc.rust-lang.org/cargo/reference/unstable.html#git). How to use it in combination with cargo chef? Same...