Chen Li

Results 10 issues of Chen Li

Extension installs successfully, however typing rs in address bar fails triggering rust search engine.

browser-compatibility

Thanks for making this beautiful theme! When highlighting parenthesis matches, is it possible to keep foreground text highlighting, now when it's highlighted foreground text is single color? ```lisp (setq show-paren-style...

测试接收含3个以上包组成的长短信时,发现`sms.lua`中`longsmsmergecnf`方法里的`common.ucs2beToGb2312`似乎无响应。也就是下面的`beforemsg`日志能打印,但`aftermsg`未打印。 ``` local function longsmsmergecnf(res,num,data,datetime) --log.info("longsmsmergecnf",num,data,datetime) if data then --短信内容转换为GB2312字符串格式 log.info("beforemsg:",data) data = common.ucs2beToGb2312(data:fromHex()) log.info("aftermsg:",data) --用户应用程序处理短信 if newsmscb then newsmscb(num,data,datetime) end end end ``` 两个包长短信似乎有的可以有的也会失败。 我的LOD版本是`Luat_V0035_8955_SSL`。用LuaTools 1.6.4写入lua脚本。 下面是部分日志: ``` [2020-02-21...

The parser will fail if we omit fields in tuple assignment, for example with the following contract `Simple.sol`, ```solidity pragma solidity ^0.8.0; contract Simple { function withdraw(uint _amount) public {...

Are there any support for flutter debugging commands? For example [Flutter: Toggle Baseline Painting](https://dartcode.org/docs/debugging-commands/#flutter-toggle-baseline-painting)

enhancement

Related to https://github.com/rust-ethereum/ethabi/issues/273. From the [argument encoding documentation](https://docs.soliditylang.org/en/v0.8.17/abi-spec.html?highlight=abi%20encoding#argument-encoding), a `function` as argument type is similar to a 24-byte array (20 bytes address + 4 bytes function selector).

**Version** 1.10.1 **Platform** Linux x1us 6.1.41-1-MANJARO #1 SMP PREEMPT_DYNAMIC Tue Jul 25 09:17:30 UTC 2023 x86_64 GNU/Linux **Description** It looks like when formating to hex string, U256::ZERO is handled differently:...

refactor

Thanks for your great work! I encountered a problem and not sure what is the reason. I am using `:binary` protocol. It works well with Clojure server and client. But...

## Motivation The current human-readable output from `cast run` is great for manual interpretation but requires additional parsing to be used programmatically. Additionally, there is a need to inspect storage...