Han Yang

Results 22 issues of Han Yang

Hello, I'm just making this pull request to initiate a conversation about the branch I'm working on. I likely won't be following through with the actual pull/merge anytime soon, because...

Finally got round to hacking out the suggestion I brought up in https://github.com/coral-xyz/anchor/pull/1367#issuecomment-1033359105. Current status: - Think the changes to `lang/` work but I'll need a lot of help refactoring...

**Is your feature request related to a problem? Please describe.** Because `maps.static_map()` returns `iter_content()` of the request directly, exceptions not caught by `client._request()` may result in it returning the raw...

type: bug
priority: p3

您好,请问用windows版微信客户端时需要开启网络代理吗? ![image](https://user-images.githubusercontent.com/12636708/102693668-41e44900-4257-11eb-8f15-dce806417c48.png) 然后再确定一下操作方法:例如我想得到公众号 __biz=MzIxNzg1ODQ0MQ== 全部文章的信息包括点赞数,阅读量,那么我只需要开启redis,mysql 和 .exe 后,在 wechat_account_task table 里添加一行: `INSERT INTO wechat_account_task (__biz) VALUES ("MzIxNzg1ODQ0MQ==");` 然后在windows微信客户端里点击任意一公众号查看历史消息程序就会开始收集数据了吗?我现在只能在游览器打开公众号历史时才会看到 ”休眠Xs下次刷新时间...“ 的信息。每当再次查看数据库里时除了 `is_zombie=1` 也没有任何变化。

## Suggested Modifications: - track borrows by saving the current borrowed amount in the pool account instead of using a boolean flag - remove amount arg from repay; the instruction...

Currently only authorize withdraw and deactivate_stake instructions are done. Currently set to be behind a "stake" feature flag.

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: linux Arch: x64 Version: #202210150742~1666053244~22.04~cf07008...

kind: bug
area: SWC Minify

#### Problem 1 The blanket `From` implementation ```rust impl From for Box where T: Signer + 'static, { fn from(signer: T) -> Self { Box::new(signer) } } ``` prevents `Box`...

community

#### Problem See #34983 #### Summary of Changes - Remove `From` blanket impl for `Signer` - add `?Sized` trait bound to blanket impl for `Signer` for `Box` - retain `Deref`...

community
need:merge-assist

Currently, the required method for `BorshDeserialize` has the following signature: ```rust fn deserialize_reader(reader: &mut R) -> Result; ``` However, it can be changed to just: ```rust fn deserialize_reader(reader: R) ->...