Manfred Touron
Manfred Touron
This is a first iteration. My goal is to enhance the GovDAO UI to make it truly informative and helping to prevent mistakes.
Updated the OP: -> ~~Users must either receive an invite or pay a fee.~~ It may change in the future, but for now, let's assume that the enforced pattern above...
Thank you @MikaelVallenet. Before we move too far in this direction, I think it’s a good moment to discuss whether we want the official linter to start including this kind...
We should have two rule layers: 1. A linter that provides warnings and allows package-specific rules (like the one proposed here). Since the rule set will likely grow over time,...
Yes we should skip them.
> While most of these can be provided in an identical fashion to how [Go doc parses documentation](https://go.dev/doc/comment) on symbols and packages. We will probably have more metadata at the...
We need to enhance our approach to documentation. Here's how: - Go beyond the basics. Instead of just "documentation is for users," (https://docs.gno.land/concepts/effective-gno/#documentation-is-for-users) let's make our API self-explanatory. Include method...
Related https://github.com/gnolang/gno/pull/4868#discussion_r2572459168
The way I see it: An ephemeral package is not a realm - it's code executing on behalf of the user. So OriginSend in this context doesn't behave like it...