Manfred Touron
Manfred Touron
When using appropriate output formats, GitHub can generate inline comments in the "Files Changed" tab. The issue is about generating linting and testing output formats that are compatible with tools,...
To give you some context on `time.Now()`, currently it has a fixed value set during the first consensus and added to the transaction's metadata before execution. If you call it...
It seems fine at first glance. Unless new issues arise, I'll conduct a thorough review next week.
My goal with this flag was to have « gno test » exiting 0 of everything is OK and 1 of anything is bad. ‘before this flag, we basically had...
Let's remove the flag. Let's keep `transpile` in the CI and wait for stronger type checking to make `gno test` testing everything, as it should.
👍 let's implement custom linters for our project's needs. Regarding this specific case, I propose implementing a catch-all solution that involves a single CI rule to handle all code generation,...
Related with #743
- r/demo/users shoudl have a p/demo/users with interfaces - p/ should import p/ for interfaces instead of r/ with the implementation OR just remove the import (r/users is probably useless...
To speed up Docker builds, we can apply @D4ryl00's method for building contribs to build gnofaucet. This approach leverages cache reuse and streamlines the Go mod download process.
It looks better. However, staging should not just update with new commits but also restart regularly, like every hour. Please, maintain this periodic schedule as well.