Results 244 comments of jolestar

This feature needs to implement in the Move project.

> This is a weird Actions limitation that one workflow can't trigger another one. See [this community post](https://github.community/t/triggering-a-new-workflow-from-another-workflow/16250/33) for more details. I don't believe there is a viable workaround at...

I like this feature, but if multiple structs exist in the same Module, they may have conflicting function names. For example 1. there are two struct Foo{name:String}, struct Bar{name:String}. 2....

I do not think using the short representation of addresses as default is a good idea. The full string representation is the address memory binary's hex string format, it is...

> No to_string in the world on numbers prepends a bunch of leading zeros. No one does that. Why are we doing this here? As I say, we need to...

Can we make this PR move on? this PR changes too many files and easily conflicts with other PRs.

Can you simplify the example code, and make the code more useful and like a slice usage?