Qiwei Yang

Results 20 issues of Qiwei Yang

Hi, Kyle, I am working on Chinese translation of the 2nd edition in [this fork](https://github.com/qiweiii/You-Dont-Know-JS), now i have finished translating and reviewing book 1. Would you like to include it...

foreign language translations

## What problem does this feature solve? 官网和文档中没有使用 butterfly-react + tree layout 的例子,不知道 butterfly-react 目前是否支持 mindmap 这种 tree layout 的图

Hi @jfortunato, I would like to add a filter option, this options is clear that it allows user to filter files

Fixes #4264 > 📝 Details > Both [ERC1155](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/96b95592c300a1b38953b276f0b6c77017f5c942/contracts/token/ERC1155/ERC1155.sol#L460) and [ERC721](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/96b95592c300a1b38953b276f0b6c77017f5c942/contracts/token/ERC721/ERC721.sol#L411) make transfer acceptance checks and they catch errors to bubble them up. However, this behavior is already implemented in [Address.sol](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/96b95592c300a1b38953b276f0b6c77017f5c942/contracts/utils/Address.sol#L231)....

ignore-changeset

[markdown-sticky-notes 🌟](https://github.com/qiweiii/markdown-sticky-notes) 在线阅读博客、文档、资料、Issue、PR 时,是否有时候想要做笔记,比如总结一段话的重点、自己的一些理解、TODO,方便下次回来时可以看到。 Markdown sticky notes 让你可以创建漂浮在网页上的笔记,自动记录当前网址,自动保存,支持 Markdown 语法,从此不需要多余的笔记应用来记录这些零碎但是未来又有用的内容。 --- [Chrome Web Store](https://chromewebstore.google.com/detail/markdown-sticky-notes/aiakblgmlabokilgljkglggnpflljdgp) [Firefix Extension Store](https://addons.mozilla.org/en-US/firefox/addon/markdown-sticky-notes/) 如果觉得好用,希望给个 star 或者商店里给个好评,谢谢。 [markdown-sticky-notes 🌟](https://github.com/qiweiii/markdown-sticky-notes)

由于 GitHub 没有提供一些事件的 notifications,比如: - 创建 label 事件([需求](https://github.com/orgs/community/discussions/16645))。比如当 `good first issue`, `expert-level` 被创建时,你想要尽快知道。 - 其他人被 @。比如当你你想关注其他用户被人提到。 - issue 评论包含了某些关键词。比如你负责或者感兴趣的模块被提到时。 我开源了一个浏览器插件,可以解决上面提到的问题: ![image](https://github.com/ruanyf/weekly/assets/32790369/c0c6d47b-2a8e-4284-b22d-107993526816) ![image](https://github.com/ruanyf/weekly/assets/32790369/428bdccf-6b2c-4003-996d-74b8da0209eb) [chrome web store](https://chromewebstore.google.com/detail/github-custom-notifier/aelkipgppclpfimeamgmlonimflbhlgf) [firefox add-on](https://addons.mozilla.org/en-US/firefox/addon/github-custom-notifier/) [github repo](https://github.com/qiweiii/github-custom-notifier?tab=readme-ov-file) 欢迎任何意见!

weekly

## Motivation fix: #6882 ## Solution Now `geth_trace` returns DefaultFrame: https://github.com/foundry-rs/foundry/blob/c6790a02bb80b163469e2e3bb0b16ae95ad7334f/crates/anvil/src/eth/backend/mem/storage.rs#L419-L420 Changed to return GethTracer and check if tracer is CallTracer type

C-anvil

A new extension, but probably with lots of [needs](https://github.com/orgs/community/discussions/16645), thanks!

add - grandpa_subscribeJustifications - grandpa_unsubscribeJustifications - state_getReadProof

when I use this template, I changed npm to pnpm, and added ```yml - curl -fsSL https://get.pnpm.io/install.sh | sh - - source /root/.bashrc ``` to amplify.yml's `backend.phases.build.command` but it gives...