Arano

Results 5 issues of Arano

# 🚀 Feature Request Maybe we should create a standard move library repo like the [open-zeppelin](https://github.com/OpenZeppelin/openzeppelin-contracts) in solidity . ## Motivation Standard contracts library is a very efficient helper.

enhancement

# 🚀 Feature Request Move maybe should provide the native math power operation , just like the `pow` in rust , `**` in solidity . ## Motivation For loop implementation...

enhancement

OAuth2AuthorizationRequest should not be final class [the issue link](https://github.com/spring-projects/spring-security/issues/15354)

status: waiting-for-triage

**Describe the bug** # OAuth2AuthorizationRequest is not extendable **To Reproduce** the following is declaration of [AuthorizationRequestRepository](https://github.com/spring-projects/spring-security/blob/773e86701edcd6f2179ad66204f55e24c3ae3d51/oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/web/AuthorizationRequestRepository.java#L40) and OAuth2AuthorizationRequest is final class. it means that we can not create new CustomOAuth2AuthorizationRequest...

status: waiting-for-triage
type: bug