Manfred Touron

Results 499 comments of Manfred Touron

Removing the draft status allows people to see how they can help.

I believe it makes sense to set much higher limits for unit tests since they won't be executed on-chain. These tests can serve as benchmarks and support other intensive evaluations....

By the way, I implemented this in the past, but I think it was reverted: https://github.com/gnolang/gno/pull/2975/files#diff-2e39c5441249018f694183a5710aa7adcad09ec17e870507d20a42184b07e1a7 Essentially, it allowed each `func TestXXX` to run in a clean machine. Perhaps we...

> Also I'm still interested in setting up the CODEOWNER system so anyone who owns a file can push a commit themselves to that file. Is this possible? CODEOWNERS automatically...

Right, this is the setup I use for decentralizing authorship. You should change the permission from 'triage' to 'write', as your screenshot already safeguards against direct, unreviewed pushes. The limitation...

i think it’s because you’re using a dynamic text with number; maybe in your case you should use the FuncURL and not the Func helper.

TODO: rename `helplink` to `txlink`, and make it just about the URL of funcs. Edit: kept the two packages, with distinct roles.

Based on #2809, I decided to create these two new libraries in my personal realm, `p/moul`, instead of the usual `p/demo`. I also updated `r/demo/boards` to use `txlink` instead of...