Maksim Kurnikov

Results 25 issues of Maksim Kurnikov

Currently, it just ignores class attributes ``` class MyClass: name: str ``` `name: str` won't appear in the sources.

codemod

# 🚀 Feature Request Let's optimize the behaviour of git dependency fetching. ## Motivation The current behavior for the ``` [dependencies.AptosFramework] git = "https://github.com/aptos-labs/aptos-core.git" subdir = "aptos-move/framework/aptos-framework/" rev = "a1dc2e66e49ded056c10318f476e0096d0d17a6f"...

enhancement

# 🚀 Feature Request Add a wrapper `move fetch` command to fetch git dependencies from the internet. ## Motivation This feature is required for the proper project initialization in the...

enhancement
tooling
community

### Description Still in WIP state. I want to get early feedback on the subcommand. ``` aptos new PACKAGE_NAME aptos new -t coin PACKAGE_NAME aptos new -t dapp PACKAGE_NAME aptos...

Stale

# 🚀 Feature Request @movekevin on the call proposed to add a command to Aptos CLI, which would allow users to create their packages from templates. This is my PR...

enhancement

# 🚀 Feature Request I propose I allow to create a separate blocks of ``` test ADDRESS::MODULE { } ``` which have certain properties: 1. They are the sub-scope of...

enhancement