Xeonacid

Results 13 issues of Xeonacid

Prevent gcc errors when using `-Werror=format-security`.

I downloaded C++ runtime source distribution from https://www.antlr.org/download/antlr4-cpp-runtime-4.13.1-source.zip , it seems many source file permissions are 755 instead of 644, and it contains a `.idea` folder. The `.idea` folder will...

首先,十分欢迎你来给 OI WIki 开 issue,在提交之前,请花时间阅读一下这个模板的内容,谢谢合作! - 希望添加的是什么? C++ 标准/编译器相关内容 如: - 竞赛中可能用到/踩坑的各版本标准的差异 - tr1/tr2 等技术规范 - pbds gnu_cxx 等编译器私货 - 非标准(且编译器文档没说明的)却常被当作标准用(暂时还没出事的)UB …… - 有什么参考资料? C++标准 cppreference issue 标题请写为 'add '...

Content Request / 内容请求

Currently, after running selected code in Code Runner, it leaves a temporary file with the name set in `code-runner.temporaryFileName` in working dir. If we don't need that any more, we...

enhancement

**- What I did** Set CGO_ENABLED=1 on riscv64 CGO works fine on riscv64 thus should be enabled. Avoid build error https://github.com/golang/go/issues/64875 **- How I did it** Add riscv64 case in...

The current build fails on riscv with: ```text checking for strip... /usr/bin/strip checking build system type... ./config.guess: unable to guess system type This script, last modified 2015-01-01, has failed to...

**Motivation** RISC-V, as an open standard ISA, is getting more and more popular today. **Feature** Add RISC-V Support **Alternatives** N/A **Additional context** I'm working on this these days.

kind/feature

Minimal Reproducible Example: ```solidity contract Test { function f(string memory s) pure returns (string memory) { return string.concat("\"", string.concat(s, "\"")); } } ``` ![image](https://github.com/NomicFoundation/hardhat-vscode/assets/164119264/55e33adb-6ca7-4111-91f4-909e6b7c187a)

type:bug
status:ready