jiangying
jiangying
# Bug Report **Starcoin version:** current master branch HEAD / f5c2da578494248c1292462efd8efc546d525b6a **Current behavior:** run `cargo build` fails: ``` error: failed to get `move-bytecode-verifier` as a dependency of package `starcoin-vm-types v1.11.11...
# Feature Request 比如starmask用户建了个账号就算一个,哪怕余额是0也算 **可以作为一个概览性质的数据点** **Describe Preferred Solution** **Describe Alternatives** **Related Code** **Additional Context** **If the feature request is approved, would you be willing to submit a PR?** Yes /...
This is related to https://github.com/jsdom/jsdom/issues/3000 ```js const { JSDOM } = require("jsdom"); const el = new JSDOM().window.document.createElement('div') el.style.maxWidth = 0 el.style.width = 0 // log '0 0px' console.log(el.style.maxWidth, el.style.width) //...
[Feature Request] [markdown] properly color rendering (syntax highlighting) move snippet in markdown
# 🚀 Feature Request ## Motivation for good doc reading experience currently move code snippets are not properly colored in docs, usually no syntax highlighting, or partially highlighted https://github.com/move-language/move/blob/main/language/documentation/tutorial/README.md https://move-language.github.io/move/loops.html...
# 🚀 Feature Request take from https://github.com/move-language/move/issues/271#issuecomment-1186528221 ## Motivation currently unit-test not able precisely to test specific case ## Pitch add a --exact option to `move test` to exactly match...
It cost me some time to find the default value, maybe add a tip
currently nextest supports progress bar, but I did not find a way to enable a log like below, it is an example made by hand: Finished test [unoptimized + debuginfo]...
# summary I tried `~/.cargo/bin/rust-analyzer -v -v -v analysis-stats .` but no more info output, it just repeated reports: Failed to create perf counter: Operation not permitted (os error 1)...
### Is your feature request related to a problem? Please describe. I can not downgrade a package automatically (or easily) ### Describe the solution you'd like Example: `dotnet tool install...
Do the checklist before filing an issue: * [x] Is this related to the `actions-rs` Actions? If you think it's a problem related to Github Actions in general, use GitHub...