move icon indicating copy to clipboard operation
move copied to clipboard

Results 238 move issues
Sort by recently updated
recently updated
newest added

# 🚀 Feature Request Adding support for `to_uppercase` and `to_lowercase` functions to string would be very beneficial. ## Motivation ## Pitch **Describe the solution you'd like** **Describe alternatives you've considered**...

enhancement

https://github.com/move-language/move/blob/ea70797099baea64f05194a918cebd69ed02b285/README.md?plain=1#L11 is outdated so it either needs to be updated or some other resource(s) with actual information should be offered at that place

# 🐛 Bug ``` $ docker build -t move/cli -f docker/move-cli/Dockerfile . [+] Building 43.9s (8/10) docker:desktop-linux => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 1.50kB...

bug

When I use the sui-move-analyzer plugin in VSCode, I encountered the following issues: ``` parse manifest '"/home/user/.move/https___github_com_MystenLabs_sui_git_framework__testnet/crates/sui-framework/packages/sui-framework" 'failed. addr must exactly 32 length or start with '0x' like '0x2' Error...

## Motivation To solve this problem ### Have you read the [Contributing Guidelines on pull requests](https://github.com/move-language/move/blob/main/CONTRIBUTING.md#developer-workflow)? Yes. I am. ## Test Plan change to stable install move success!😋

## Motivation GitHub now properly highlights Move language blocks. Add the specifiers to make the code look nicer. Snippets of Move that do not have `module` are not syntax-highlighted correctly...

Error parsing '[package]' section of manifest Source: move analyzer I have updated the path variables and when i type move-analyzer --version the version also displays like this "move-analyzer 1.0.0" but...

# 🐛 Bug High severity openssl bugs were reported for `versions below 0.10.48` in - https://github.com/anza-xyz/move/security/dependabot/5 - https://github.com/anza-xyz/move/security/dependabot/6 move uses `version = "0.10.41"`.

bug

Hi :wave: ## Motivation This patch makes cargo use the lockfile for dependencies. Without that, at the time of writing this patch, the install fails with the following error: error:...

Hello, I am following the tutorial on [https://diem.github.io/move/creating-coins.html](https://diem.github.io/move/creating-coins.html) I am stuck and receive an error when trying to execute `$ move sandbox publish src/modules` ``` error[E01001]: invalid character ┌─ .\src\scripts\test-coin.move:1:9...