Albert Le Batteux

Results 23 issues of Albert Le Batteux

Some minor modification on the docker images to simplify working with it. I would love to have alpine based image, but this could come in a second time, we could...

This PR continue the works on https://github.com/gnolang/gno/pull/2408 Adding multiple features: - Add prefixes to all exported names, since they're all catched up in prometheus, it's a monitoring norm to have...

:package: :globe_with_meridians: tendermint v2

Hello, what do you think about this feature ? ```go f, err := os.Open("config.yml") logrus.If(err != nil).WithError(err).Error() defer f.Close() [...] ```