Owen Wu

Results 32 issues of Owen Wu

## Motivation [starcoin-ide](https://github.com/starcoinorg/starcoin-ide) expects that users can select a single test function on the interface, and then execute the test. In order to realize this function, I need to extract...

# 🚀 Feature Request ## Motivation I am currently developing statcoin-ide, and when adding and running a single test case, I found that the filter parameter will match multiple test...

enhancement

# 🚀 Feature Request move-analyzer support the [textDocument/formatting](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_formatting) PSL protocol ## Motivation Users can format move code directly in VSCode. ## Pitch **Describe the solution you'd like** move-analyzer wraps the...

enhancement

# 🐛 Bug The move-cli package test --filter parameter does not take effect in some scenarios ## To reproduce **Code snippet to reproduce** ```bash git clone https://github.com/move-language/move.git cd move/language/tools/move-cli/tests/move_unit_tests/assign_dev_addr_for_dep move...

bug

# Feature Request **Describe the Feature Request** Scenes to be used: When developing a DAPP, how can the front end quickly and conveniently query the resources on the chain to...

enhancement

# Bug Report Executing the integration test on the Windows platform will cause the verification failure due to the newline of the exp file being replaced by CRLF OS: Windows...

bug
area:mpm

# Bug Report The color information output by the MPM command does not take effect on the Windows platform OS: Windows 10 mpm: v1.11.9-alpha **Current behavior:** ![image](https://user-images.githubusercontent.com/1449069/168185287-ba1c9cff-5d67-4762-8173-c1d7f038f688.png) **Expected behavior:** Display...

bug

When running mpm package build for the first time, the command may not respond due to network problems.

enhancement
help wanted

# Bug Report MPM prompts HOME environment variable not found on Windows platform。 OS: Windows 10 mpm: v1.11.9-alpha **Current behavior:** ![image](https://user-images.githubusercontent.com/1449069/167970163-0e82fcb0-09b5-4772-8cc9-b4f3f4c467c5.png) **Expected behavior:** No error message. **Steps to reproduce:** ```shell...

bug

使用 chia-plotter v0.10 配置 -p yes 导致配置的-plotting-fpk和-plotting-ppk变成默认值,这样P出来的plot文件如何签名? 例如: 运行: ``` /chia-plotter/chia-plotter-darwin-amd64 -action plotting -k 32 -r 2 -u 128 -b 3389 -t /tmp/c -d /tmp/d -p yes -plotting-fpk 0xa84c1aa5123ed78d7e61a13ef425204efbe861db3439ef4748dea9749ba3bdee1a295746b6c9d9958f24cbe290abfbff -plotting-ppk...