Oliver Zhang

Results 10 issues of Oliver Zhang

traverse linked list is easy but uninteresting. You must add new variable and use while.So why not add a method to return a iterator.Then we can use for of to...

###### Explanation About What Code Achieves: ### `src/js/charts/PieChart`. add `getDataPoint`, `setCurrentDataPoint`, `bindUnits` methods to getData and set event. ###### Screenshots/GIFs: - Screenshot ###### Steps To Test: - click pie charts...

#### Gitalk 版本 最新 #### 报错信息? null #### 浏览器版本? chrome 90 #### 复现步骤? 快速点击heart icon.

can we add a config field to follow the system light/dark mode?

## Related Issue Which issue does this pull request resolve? https://github.com/Uniswap/v4-core/issues/268 ## Description of changes Use https://github.com/Uniswap/v4-core/blob/d8c1ceed2a029cef8a9249f799c2a996bfa27107/contracts/PoolManager.sol#L369-L376 ```solidity=369 function settle(Currency currency) external payable override noDelegateCall onlyByLocker returns (uint256 paid) {...

### Component Pool Actions (swap, modifyPosition, donate, take, settle, mint) ### Describe the suggested feature and problem it solves. PoolManager.sol Settle() methods L371 get an new value and stored it....

* The component `CryptoPrice` only display token's amount by `props.value`. NOT price! So the name is not correct. [CryptoPrice](https://github.com/ant-design/ant-design-web3/blob/348398dff4c2a30edd055fdb24b01dc4807e47c3/packages/web3/src/crypto-price/index.tsx#L36-L44) * Default token's metadata is IMPORTANT. Must be required not option....

Generally checksum is use to display Ethereum address in dApp. Like most popular dApp like UniSwap, Balancer, GMX... There have a article to explain why Checksum is necessary. https://medium.com/coinmonks/ethereum-checksummed-addresses-importance-and-implementation-eef74aa3ae18

# Bug report 🐞 ## Version & Environment - Version of browser. Chrome 113.0.5672.126 - Version of `geist-ui/core`. 2.3.8 ## Expected Behaviour The behavior I expect is have origin select...

**scan have add label function. But is hard to use. User must login and data storage in server not local. Can we add this feature?

enhancement