Maksim Kurnikov

Results 25 issues of Maksim Kurnikov

@movekevin --- This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/2308)

# πŸš€ Feature Request Specifically, I want to test for the correct assertion error code like: ```move module Tests { fun abort( abort Std::Errors::invalid_state(1) ) {} #[test] #[expected_failure(abort_code = Std::Errors::invalid_state(1))]...

enhancement

https://github.com/sarugaku/vistir#-context-managers `temp_environ` https://github.com/sarugaku/vistir/blob/master/src/vistir/contextmanagers.py#L26 `temp_path` https://github.com/sarugaku/vistir/blob/master/src/vistir/contextmanagers.py#L37 `cd` https://github.com/sarugaku/vistir/blob/master/src/vistir/contextmanagers.py#L59

`ListField`, `DistField`, etc.

Different `to_internal_value` / `to_representation` typeddicts.

Extract type hint from method return type.

For `django-stubs`, we would like to be able to load stubs conditionally, like it's done for typeshed via https://mypy.readthedocs.io/en/latest/common_issues.html#python-version-and-system-platform-checks See https://github.com/typeddjango/django-stubs/issues/262 I'd like to propose to add a special function...

topic: feature

# πŸ› Bug Addresses parsing in the `Move.toml` performed by the https://github.com/diem/move/blob/main/language/tools/move-package/src/source_package/manifest_parser.rs#L278 and allows addresses in the form of ```toml A1 = "0xefff111" # with prefix A2 = "efffefffefffefffefff" #...

bug

There's a project called [intellij-move](https://github.com/pontem-network/intellij-move) which is Move Language Plugin for Jetbrains IDEs. It supports all of them, including the free PyCharm Community. IDE should suggest installing it when any...

bug