Feng Yu

Results 93 issues of Feng Yu

When I upgrade to `2.1.0 Beta1`, it build failed since: relocation truncated to fit: R_X86_64_32S against undefined symbol `functable@tpoff' Full log can be found in: https://github.com/abcfy2/aria2-static-build/actions/runs/4836084657/jobs/8644381682 ``` x86_64-w64-mingw32-gcc -O2 -std=c11...

Build Env

Here is the sample: ```ts async function createAttestationKeyHandler( this: FastifyInstance, request: FastifyRequest, reply: FastifyReply ) { const dbService: DbService = this.diContainer.resolve('dbService'); const {keypairName, privateKey} = request.body as { keypairName: string;...

github在国内时常被干扰。导致在ci流水线add插件的时候经常会失败。 不知道作者是否考虑下把插件build好直接推送至npm仓库呢? ``` Discovered plugin "com.hewz.plugins.baidu.location" in config.xml. Adding it to the project Fetching plugin "https://github.com/hewz/cordova-baidu-location" via git clone Failed to restore plugin "com.hewz.plugins.baidu.location" from config.xml. You might need to...

非常感谢作者的辛劳,非常不错的插件。我平时是Chrome和Firefox换着用的,不知道作者是否考虑过增加Chrome版本呢? 无论如何都感谢。

If I use powershell, git hook shows: ``` error: cannot spawn .git/hooks/pre-commit: No such file or directory ``` But `.git/hooks/pre-commit` is existed. ``` PS cat .git/hooks/pre-commit #!/bin/sh # gradle-githook C:\Users\abcfy\projects\dteam-top\clock-seed\gradlew...

**Bug Description** From official guide: https://docs.optimism.io/builders/chain-operators/tutorials/create-l2-rollup > Generate contract artifacts > > ```sh > forge script scripts/Deploy.s.sol:Deploy --sig 'sync()' --rpc-url $L1_RPC_URL > ``` Will show this error: ```sh # git...

Would you please support report to github action annotation ? Just like: https://github.com/IgnusG/jest-report-action

Here is my example: ```java BigInteger number = new BigInteger("123456789123456789123456789"); Numeric numeric = Numeric.create(number); String insertNumeric = "INSERT INTO test (number) VALUES ($1 / 10)"; client.preparedQuery(insertNumeric, Tuple.of(numeric), ar2 -> {});...

Please add https://github.com/mirror/x264 to mirror list.

I want to add a [ik](https://github.com/medcl/elasticsearch-analysis-ik) plugin for elasticsearch. How to do this? Thanks.

question